Home
last modified time | relevance | path

Searched refs:abuf (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/main/
H A Drfc1867.c686 char *temp_filename = NULL, *lbuf = NULL, *abuf = NULL; local
1133 if (abuf) efree(abuf);
1134 abuf = estrndup(param, strlen(param)-array_len);
1135 snprintf(lbuf, llen, "%s_name[%s]", abuf, array_index);
1156 snprintf(lbuf, llen, "%s[name][%s]", abuf, array_index);
1177 snprintf(lbuf, llen, "%s_type[%s]", abuf, array_index);
1187 snprintf(lbuf, llen, "%s[type][%s]", abuf, array_index);
1255 snprintf(lbuf, llen, "%s[error][%s]", abuf, array_index);
1263 snprintf(lbuf, llen, "%s_size[%s]", abuf, array_index);
1276 snprintf(lbuf, llen, "%s[size][%s]", abuf, array_index);
[all …]
H A Dnetwork.c612 char abuf[256]; local
629 …har*)inet_ntop(sa->sa_family, &((struct sockaddr_in6*)sa)->sin6_addr, (char *)&abuf, sizeof(abuf));
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitLir.c356 if (!compiler->buf || !compiler->abuf) { in sljit_create_compiler()
359 if (compiler->abuf) in sljit_create_compiler()
360 SLJIT_FREE(compiler->abuf, allocator_data); in sljit_create_compiler()
367 compiler->abuf->next = NULL; in sljit_create_compiler()
368 compiler->abuf->used_size = 0; in sljit_create_compiler()
385 SLJIT_FREE(compiler->abuf, allocator_data); in sljit_create_compiler()
425 buf = compiler->abuf; in sljit_free_compiler()
512 ret = compiler->abuf->memory + compiler->abuf->used_size; in ensure_abuf()
513 compiler->abuf->used_size += size; in ensure_abuf()
518 new_frag->next = compiler->abuf; in ensure_abuf()
[all …]
H A DsljitLir.h312 struct sljit_memory_fragment *abuf; member
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.c1124 char abuf[16]; in cdf_dump() local
1128 abuf[j++] = isprint(*p) ? *p : '.'; in cdf_dump()
1131 abuf[15] = '\0'; in cdf_dump()
1133 abuf, i + 1); in cdf_dump()

Completed in 31 milliseconds