Home
last modified time | relevance | path

Searched refs:pnum (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.c865 hash_table_type **table, const OnigCodePoint*** plist, int *pnum, in onigenc_property_list_add_property() argument
872 if (*psize <= *pnum) { in onigenc_property_list_add_property()
878 (*plist)[*pnum] = prop; in onigenc_property_list_add_property()
885 *pnum = *pnum + 1; in onigenc_property_list_add_property()
887 (hash_data_type )(*pnum + ONIGENC_MAX_STD_CTYPE)); in onigenc_property_list_add_property()
H A Dregint.h802 …nigCodePoint* prop, hash_table_type **table, const OnigCodePoint*** plist, int *pnum, int *psize));
H A Dregparse.c2193 int pnum, cnum; in onig_reduce_nested_quantifier() local
2198 pnum = popular_quantifier_num(p); in onig_reduce_nested_quantifier()
2200 if (pnum < 0 || cnum < 0) return ; in onig_reduce_nested_quantifier()
2202 switch(ReduceTypeTable[cnum][pnum]) { in onig_reduce_nested_quantifier()

Completed in 36 milliseconds