Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfilters.c873 unsigned char *ps2; in php_conv_qprint_encode_convert() local
877 ps2 = ps; in php_conv_qprint_encode_convert()
880 for (j = icnt - 1; j > 0; j--, ps2++) { in php_conv_qprint_encode_convert()
881 if (*ps2 == inst->lbchars[lb_cnt2]) { in php_conv_qprint_encode_convert()
889 } else if (lb_cnt2 != 0 || (*ps2 != '\t' && *ps2 != ' ')) { in php_conv_qprint_encode_convert()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c971 #define STRING_CMP_IC(case_fold_flag,s1,ps2,len) do {\ argument
972 if (string_cmp_ic(encode, case_fold_flag, s1, ps2, len) == 0) \
977 UChar* s1, UChar** ps2, int mblen) in string_cmp_ic() argument
984 s2 = *ps2; in string_cmp_ic()
1000 *ps2 = s2; in string_cmp_ic()
1013 #define STRING_CMP_VALUE_IC(case_fold_flag,s1,ps2,len,is_fail) do {\ argument
1014 if (string_cmp_ic(encode, case_fold_flag, s1, ps2, len) == 0) \

Completed in 17 milliseconds