Searched refs:p_string (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 5594 p_string(FILE* f, int len, UChar* s) in p_string() function 5665 p_string(f, 1, bp++); break; in onig_print_compiled_byte_code() 5667 p_string(f, 2, bp); bp += 2; break; in onig_print_compiled_byte_code() 5669 p_string(f, 3, bp); bp += 3; break; in onig_print_compiled_byte_code() 5671 p_string(f, 4, bp); bp += 4; break; in onig_print_compiled_byte_code() 5673 p_string(f, 5, bp); bp += 5; break; in onig_print_compiled_byte_code() 5681 p_string(f, 2, bp); bp += 2; break; in onig_print_compiled_byte_code() 5683 p_string(f, 4, bp); bp += 4; break; in onig_print_compiled_byte_code() 5685 p_string(f, 6, bp); bp += 6; break; in onig_print_compiled_byte_code() 5710 p_string(f, len, bp); in onig_print_compiled_byte_code() [all …]
|
Completed in 16 milliseconds