Searched refs:add_bytes (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 260 add_bytes(regex_t* reg, UChar* bytes, int len) in add_bytes() function 430 add_bytes(reg, s, mb_len * str_len); in add_compile_string() 536 return add_bytes(reg, mbuf->p, mbuf->used); in add_multi_byte_cclass() 545 if (pad_size != 0) add_bytes(reg, PadBuf, pad_size); in add_multi_byte_cclass() 547 r = add_bytes(reg, mbuf->p, mbuf->used); in add_multi_byte_cclass() 551 if (pad_size != 0) add_bytes(reg, PadBuf, pad_size); in add_multi_byte_cclass() 818 return add_bytes(reg, NSTRING(qn->next_head_exact).s, 1); in compile_quantifier_node() 1029 return add_bytes(reg, NSTRING(qn->next_head_exact).s, 1); in compile_quantifier_node() 1070 add_bytes(reg, NSTRING(qn->head_exact).s, 1); in compile_quantifier_node() 1080 add_bytes(reg, NSTRING(qn->next_head_exact).s, 1); in compile_quantifier_node()
|
Completed in 16 milliseconds