Home
last modified time | relevance | path

Searched refs:nxt_pcre_malloc (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_pcre.c23 static void *nxt_pcre_malloc(size_t size);
56 pcre_malloc = nxt_pcre_malloc; in nxt_regex_compile()
84 nxt_pcre_malloc(size_t size) in nxt_pcre_malloc() function