Home
last modified time | relevance | path

Searched refs:ep (Results 1 – 7 of 7) sorted by relevance

/PHP-7.3/ext/standard/
H A Dphp_crypt_r.c136 const char *ep = salt; in php_md5_crypt_r() local
157 for (ep = sp; *ep != '\0' && *ep != '$' && ep < (sp + 8); ep++) { in php_md5_crypt_r()
162 sl = (DWORD)(ep - sp); in php_md5_crypt_r()
321 const char *sp, *ep; in php_md5_crypt_r() local
338 for (ep = sp; *ep != '\0' && *ep != '$' && ep < (sp + 8); ep++) in php_md5_crypt_r()
342 sl = ep - sp; in php_md5_crypt_r()
H A Dproc_open.c76 char **ep; in _php_array_to_envp() local
121 ep = env.envarray = (char **) pecalloc(cnt + 1, sizeof(char *), is_persistent); in _php_array_to_envp()
133 *ep = p; in _php_array_to_envp()
134 ++ep; in _php_array_to_envp()
140 *ep = p; in _php_array_to_envp()
141 ++ep; in _php_array_to_envp()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dis_tar.c100 const unsigned char *p, *ep; in is_tar() local
109 ep = header->charptr + sizeof(*header); in is_tar()
110 while (p < ep) in is_tar()
H A Dder.c358 const uint8_t *p = v, *ep = p + l; in printdata() local
362 while (p + x < ep) { in printdata()
369 uint32_t tag = gettag(p, &x, ep - p + x); in printdata()
370 if (p + x >= ep) in printdata()
372 uint32_t len = getlength(p, &x, ep - p + x); in printdata()
378 if (p + len > ep) in printdata()
H A Dapprentice.c2549 char *ep; in getvalue() local
2597 m->value.f = strtof(*p, &ep); in getvalue()
2599 m->value.f = (float)strtod(*p, &ep); in getvalue()
2602 *p = ep; in getvalue()
2608 m->value.d = strtod(*p, &ep); in getvalue()
2610 *p = ep; in getvalue()
2614 ull = (uint64_t)strtoull(*p, &ep, 0); in getvalue()
2616 if (*p == ep) { in getvalue()
2655 *p = ep; in getvalue()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c4384 const UChar* ep; in regset_search_body_regex_lead() local
4391 ep = orig_range; in regset_search_body_regex_lead()
4395 r = search_in_range(reg, str, end, start, ep, orig_range, region, option, mps[i]); in regset_search_body_regex_lead()
4397 if (str + r < ep) { in regset_search_body_regex_lead()
4403 ep = str + r; in regset_search_body_regex_lead()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch2073 if (p + x >= ep)
2075 uint32_t len = getlength(p, &x, ep - p + x);

Completed in 40 milliseconds