Searched refs:abuf (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/main/ |
H A D | rfc1867.c | 683 char *lbuf = NULL, *abuf = NULL; local 1135 if (abuf) efree(abuf); 1136 abuf = estrndup(param, strlen(param)-array_len); 1137 snprintf(lbuf, llen, "%s_name[%s]", abuf, array_index); 1158 snprintf(lbuf, llen, "%s[name][%s]", abuf, array_index); 1179 snprintf(lbuf, llen, "%s_type[%s]", abuf, array_index); 1189 snprintf(lbuf, llen, "%s[type][%s]", abuf, array_index); 1265 snprintf(lbuf, llen, "%s[error][%s]", abuf, array_index); 1273 snprintf(lbuf, llen, "%s_size[%s]", abuf, array_index); 1286 snprintf(lbuf, llen, "%s[size][%s]", abuf, array_index); [all …]
|
H A D | network.c | 625 char abuf[256]; local 642 …har*)inet_ntop(sa->sa_family, &((struct sockaddr_in6*)sa)->sin6_addr, (char *)&abuf, sizeof(abuf));
|
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.c | 399 if (!compiler->buf || !compiler->abuf) { in sljit_create_compiler() 402 if (compiler->abuf) in sljit_create_compiler() 403 SLJIT_FREE(compiler->abuf, allocator_data); in sljit_create_compiler() 410 compiler->abuf->next = NULL; in sljit_create_compiler() 411 compiler->abuf->used_size = 0; in sljit_create_compiler() 428 SLJIT_FREE(compiler->abuf, allocator_data); in sljit_create_compiler() 468 buf = compiler->abuf; in sljit_free_compiler() 573 ret = compiler->abuf->memory + compiler->abuf->used_size; in ensure_abuf() 574 compiler->abuf->used_size += size; in ensure_abuf() 579 new_frag->next = compiler->abuf; in ensure_abuf() [all …]
|
H A D | sljitLir.h | 389 struct sljit_memory_fragment *abuf; member
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | cdf.c | 1346 char abuf[16]; in cdf_dump() local 1351 abuf[j++] = isprint(*p) ? *p : '.'; in cdf_dump() 1354 abuf[15] = '\0'; in cdf_dump() 1356 abuf, i + 1); in cdf_dump()
|
Completed in 49 milliseconds