Searched refs:abuf (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/main/ |
H A D | rfc1867.c | 653 char *lbuf = NULL, *abuf = NULL; local 1119 if (abuf) efree(abuf); 1120 abuf = estrndup(param, strlen(param)-array_len); 1121 snprintf(lbuf, llen, "%s_name[%s]", abuf, array_index); 1138 snprintf(lbuf, llen, "%s[name][%s]", abuf, array_index); 1150 snprintf(lbuf, llen, "%s[full_path][%s]", abuf, array_index); 1170 snprintf(lbuf, llen, "%s[type][%s]", abuf, array_index); 1192 snprintf(lbuf, llen, "%s[tmp_name][%s]", abuf, array_index); 1236 snprintf(lbuf, llen, "%s[error][%s]", abuf, array_index); 1244 snprintf(lbuf, llen, "%s[size][%s]", abuf, array_index); [all …]
|
H A D | network.c | 626 char abuf[256]; local 634 buf = inet_ntop(AF_INET, &((struct sockaddr_in*)sa)->sin_addr, (char *)&abuf, sizeof(abuf)); 647 …har*)inet_ntop(sa->sa_family, &((struct sockaddr_in6*)sa)->sin6_addr, (char *)&abuf, sizeof(abuf));
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.c | 403 if (!compiler->buf || !compiler->abuf) { in sljit_create_compiler() 406 if (compiler->abuf) in sljit_create_compiler() 407 SLJIT_FREE(compiler->abuf, allocator_data); in sljit_create_compiler() 414 compiler->abuf->next = NULL; in sljit_create_compiler() 415 compiler->abuf->used_size = 0; in sljit_create_compiler() 432 SLJIT_FREE(compiler->abuf, allocator_data); in sljit_create_compiler() 475 buf = compiler->abuf; in sljit_free_compiler() 594 ret = compiler->abuf->memory + compiler->abuf->used_size; in ensure_abuf() 595 compiler->abuf->used_size += size; in ensure_abuf() 600 new_frag->next = compiler->abuf; in ensure_abuf() [all …]
|
H A D | sljitLir.h | 429 struct sljit_memory_fragment *abuf; member
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | cdf.c | 1371 char abuf[16]; in cdf_dump() local 1376 abuf[j++] = isprint(*p) ? *p : '.'; in cdf_dump() 1379 abuf[15] = '\0'; in cdf_dump() 1381 abuf, i + 1); in cdf_dump()
|
Completed in 34 milliseconds