Home
last modified time | relevance | path

Searched refs:vn (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/ereg/regex/
H A Dregexec.c77 #define STATEVARS int vn; unsigned char *space
80 (m)->vn = 0; }
82 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c998 } vn[] = { variable
1026 for (i = 0; i < __arraycount(vn); i++) in cdf_print_property_name()
1027 if (vn[i].v == p) in cdf_print_property_name()
1028 return snprintf(buf, bufsiz, "%s", vn[i].n); in cdf_print_property_name()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c58 #define VN(vn) ((vn) << 5) argument
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c6554 const char *vn = verbnames; in compile_branch() local
6589 STRNCMP_UC_C8(name, vn, namelen) == 0) in compile_branch()
6669 vn += verbs[i].len + 1; in compile_branch()

Completed in 31 milliseconds