Searched refs:MS_VERSION_LEN (Results 1 – 1 of 1) sorted by relevance
94 #define MS_VERSION_LEN (sizeof(MS_VERSION)-1) macro1072 if (strncmp(MS_VERSION, conn->buffer, MS_VERSION_LEN) == 0) { in apr_memcache_version()1073 *baton = apr_pstrmemdup(p, conn->buffer+MS_VERSION_LEN+1, in apr_memcache_version()1074 conn->blen - MS_VERSION_LEN - 2); in apr_memcache_version()