Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dphp_crypt_r.c104 const char *sp, *ep; in php_md5_crypt_r() local
121 for (ep = sp; *ep != '\0' && *ep != '$' && ep < (sp + 8); ep++); in php_md5_crypt_r()
124 sl = ep - sp; in php_md5_crypt_r()
H A Dproc_open.c138 char **ep; in _php_array_to_envp() local
183 ep = env.envarray = (char **) ecalloc(cnt + 1, sizeof(char *)); in _php_array_to_envp()
189 *ep = p; in _php_array_to_envp()
190 ++ep; in _php_array_to_envp()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dis_tar.c105 const unsigned char *p, *ep; in is_tar() local
114 ep = header->charptr + sizeof(*header); in is_tar()
115 while (p < ep) in is_tar()
H A Dder.c399 const uint8_t *p = v, *ep = p + l; in printdata() local
403 while (p + x < ep) { in printdata()
410 uint32_t tag = gettag(p, &x, ep - p + x); in printdata()
411 if (p + x >= ep) in printdata()
413 uint32_t len = getlength(p, &x, ep - p + x); in printdata()
420 if (p + len > ep) in printdata()
H A Dapprentice.c2629 char *ep; in getvalue() local
2677 m->value.f = strtof(*p, &ep); in getvalue()
2679 m->value.f = (float)strtod(*p, &ep); in getvalue()
2682 *p = ep; in getvalue()
2688 m->value.d = strtod(*p, &ep); in getvalue()
2690 *p = ep; in getvalue()
2699 ull = CAST(uint64_t, strtoull(*p, &ep, 0)); in getvalue()
2701 if (*p == ep) { in getvalue()
2740 *p = ep; in getvalue()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c7187 const char*p,const char*ep){
7199 const char*p,const char*ep){
7259 const char*ep;char previous;
7264 ep=classend(ms,p);
7268 p=ep;goto init;
7289 const char*ep=classend(ms,p);
7291 switch(*ep){
7296 p=ep+1;goto init;
7299 return max_expand(ms,s,p,ep);
7305 return min_expand(ms,s,p,ep);
[all …]

Completed in 40 milliseconds