Home
last modified time | relevance | path

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

/php-src/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-src/ext/standard/
H A Dfilters.c448 int eos; member
481 inst->eos = 0; in php_conv_base64_decode_ctor()
504 if (inst->eos || inst->urem_nbits == 0) { in php_conv_base64_decode_convert()
566 inst->eos = 1; in php_conv_base64_decode_convert()
/php-src/ext/iconv/
H A Diconv.c1229 int eos = 0; in _php_iconv_mime_decode() local
1521 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 55 milliseconds