Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dfilters.c861 unsigned char *ps2; in php_conv_qprint_encode_convert() local
866 ps2 = ps; in php_conv_qprint_encode_convert()
869 for (j = icnt - 1; j > 0; j--, ps2++) { in php_conv_qprint_encode_convert()
870 if (*ps2 == inst->lbchars[lb_cnt2]) { in php_conv_qprint_encode_convert()
878 } else if (lb_cnt2 != 0 || (*ps2 != '\t' && *ps2 != ' ')) { in php_conv_qprint_encode_convert()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c2201 #define STRING_CMP_IC(case_fold_flag,s1,ps2,len) do {\ argument
2202 if (string_cmp_ic(encode, case_fold_flag, s1, ps2, len) == 0) \
2207 UChar* s1, UChar** ps2, int mblen) in string_cmp_ic() argument
2214 s2 = *ps2; in string_cmp_ic()
2230 *ps2 = s2; in string_cmp_ic()
2243 #define STRING_CMP_VALUE_IC(case_fold_flag,s1,ps2,len,is_fail) do {\ argument
2244 if (string_cmp_ic(encode, case_fold_flag, s1, ps2, len) == 0) \

Completed in 22 milliseconds