Home
last modified time | relevance | path

Searched refs:eos (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c715 char *p, *sp, *eos; in mb_regex_substitute() local
720 eos = replace + replace_len; in mb_regex_substitute()
722 while (p < eos) { in mb_regex_substitute()
724 if (clen != 1 || p == eos || p[0] != '\\') { in mb_regex_substitute()
732 if (clen != 1 || p == eos) { in mb_regex_substitute()
761 if (clen != 1 || p == eos || (p[0] != '<' && p[0] != '\'')) { in mb_regex_substitute()
772 while (name_end < eos) { in mb_regex_substitute()
784 if (name_end - name < 1 || name_end >= eos) { in mb_regex_substitute()
826 if (p < eos) { in mb_regex_substitute()
827 smart_str_appendl(pbuf, p, eos - p); in mb_regex_substitute()
/PHP-7.4/ext/standard/
H A Dfilters.c584 int eos; member
617 inst->eos = 0; in php_conv_base64_decode_ctor()
640 if (inst->eos || inst->urem_nbits == 0) { in php_conv_base64_decode_convert()
702 inst->eos = 1; in php_conv_base64_decode_convert()
/PHP-7.4/ext/iconv/
H A Diconv.c1500 int eos = 0; in _php_iconv_mime_decode() local
1796 eos = 1; in _php_iconv_mime_decode()
1812 if (!eos) { in _php_iconv_mime_decode()
1877 if (eos) { /* reached end-of-string. done. */ in _php_iconv_mime_decode()

Completed in 34 milliseconds