Searched refs:eos (Results 1 – 3 of 3) sorted by relevance
716 char *p, *sp, *eos; in mb_regex_substitute() local721 eos = replace + replace_len; in mb_regex_substitute()723 while (p < eos) { in mb_regex_substitute()725 if (clen != 1 || p == eos || p[0] != '\\') { in mb_regex_substitute()733 if (clen != 1 || p == eos) { in mb_regex_substitute()763 if (clen != 1 || p == eos || (p[0] != '<' && p[0] != '\'')) { in mb_regex_substitute()774 while (name_end < eos) { in mb_regex_substitute()786 if (name_end - name < 1 || name_end >= eos) { in mb_regex_substitute()829 if (p < eos) { in mb_regex_substitute()830 smart_str_appendl(pbuf, p, eos - p); in mb_regex_substitute()
452 int eos; member485 inst->eos = 0; in php_conv_base64_decode_ctor()508 if (inst->eos || inst->urem_nbits == 0) { in php_conv_base64_decode_convert()570 inst->eos = 1; in php_conv_base64_decode_convert()
1229 int eos = 0; in _php_iconv_mime_decode() local1521 eos = 1; in _php_iconv_mime_decode()1539 if (!eos) { in _php_iconv_mime_decode()1607 if (eos) { /* reached end-of-string. done. */ in _php_iconv_mime_decode()
Completed in 18 milliseconds