Home
last modified time | relevance | path

Searched refs:query_end (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/libs/libbib/
H A Dlinear.cpp366 const char *query_end = query + query_len; in linear_searcher() local
369 for (p = query; p < query_end; p++) in linear_searcher()
378 while (p < query_end && map[uchar(*p)] == '\0') in linear_searcher()
380 if (p == query_end) in linear_searcher()
383 while (p < query_end && map[uchar(*p)] != '\0') in linear_searcher()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_lib.c57 const char *query, *query_end; in OSSL_parse_url() local
136 path_end = query = query_end = frag = frag_end = path + strlen(path); in OSSL_parse_url()
153 query_end = tmp; in OSSL_parse_url()
161 || !copy_substring(pquery, query, query_end) in OSSL_parse_url()