Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/
H A Dphp_mbregex.c716 char *p, *sp, *eos; in mb_regex_substitute() local
721 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()
/PHP-8.0/ext/standard/
H A Dfilters.c452 int eos; member
485 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()
/PHP-8.0/ext/iconv/
H A Diconv.c1221 int eos = 0; in _php_iconv_mime_decode() local
1513 eos = 1; in _php_iconv_mime_decode()
1529 if (!eos) { in _php_iconv_mime_decode()
1597 if (eos) { /* reached end-of-string. done. */ in _php_iconv_mime_decode()

Completed in 26 milliseconds