HomeSort by relevance Sort by last modified time
    Searched refs:nametable (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist/
pcre_get.c 82 pcre_uchar *nametable; local
91 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
101 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
111 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
119 pcre_uchar *entry = nametable + entrysize*mid;
165 pcre_uchar *nametable, *lastentry; local
174 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
184 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
194 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
198 lastentry = nametable + entrysize * (top - 1)
    [all...]
pcretest.c 4163 const pcre_uint8 *nametable; local
    [all...]

Completed in 239 milliseconds