Searched refs:bufsize (Results 1 - 10 of 10) sorted by relevance
| /PHP_5_5/ext/ereg/regex/ |
| H A D | regerror.c | 112 == static char *regatoi(const regex_t *preg, char *localbuf, int bufsize); 115 regatoi(preg, localbuf, bufsize) 118 int bufsize; 128 snprintf(localbuf, bufsize, "%d", r->code);
|
| H A D | regerror.ih | 7 static char *regatoi(const regex_t *preg, char *localbuf, int bufsize);
|
| /PHP_5_5/ext/mbstring/oniguruma/ |
| H A D | regerror.c | 317 onig_snprintf_with_pattern(UChar buf[], int bufsize, OnigEncoding enc, argument 320 onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist) 322 int bufsize; 336 n = xvsnprintf((char* )buf, bufsize, (const char* )fmt, args); 341 if (n + need < bufsize) {
|
| H A D | regint.h | 772 extern void onig_snprintf_with_pattern PV_((UChar buf[], int bufsize, OnigEncoding enc, UChar* pat, UChar* pat_end, const UChar *fmt, ...));
|
| /PHP_5_5/ext/mysqlnd/ |
| H A D | mysqlnd_loaddata.c | 165 int bufsize; local 200 while ((bufsize = infile.local_infile_read (info, buf + MYSQLND_HEADER_SIZE, buflen - MYSQLND_HEADER_SIZE TSRMLS_CC)) > 0) { 201 if ((ret = net->data->m.send_ex(net, buf, bufsize, conn->stats, conn->error_info TSRMLS_CC)) == 0) { 215 if (bufsize < 0) {
|
| /PHP_5_5/main/ |
| H A D | php_network.h | 65 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
|
| H A D | network.c | 985 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize) argument 994 strncpy(buf, errstr, bufsize); 1018 strncpy(buf, sysbuf, bufsize);
|
| H A D | rfc1867.c | 213 int bufsize; member in struct:__anon31 247 bytes_to_read = self->bufsize - self->bytes_in_buffer; 289 self->bufsize = minsize; 343 if (self->bytes_in_buffer < self->bufsize) { 347 line[self->bufsize] = 0;
|
| /PHP_5_5/ext/standard/ |
| H A D | info.c | 482 void php_get_windows_cpu(char *buf, int bufsize) argument 488 snprintf(buf, bufsize, "i%d", SysInfo.dwProcessorType); 491 snprintf(buf, bufsize, "MIPS R%d000", SysInfo.wProcessorLevel); 494 snprintf(buf, bufsize, "Alpha %d", SysInfo.wProcessorLevel); 497 snprintf(buf, bufsize, "PPC 6%02d", SysInfo.wProcessorLevel); 500 snprintf(buf, bufsize, "IA64"); 504 snprintf(buf, bufsize, "IA32"); 509 snprintf(buf, bufsize, "AMD64"); 514 snprintf(buf, bufsize, "Unknown");
|
| /PHP_5_5/ext/fileinfo/libmagic/ |
| H A D | readelf.c | 303 ssize_t bufsize; local 341 bufsize = FINFO_READ_FUNC(fd, nbuf, 343 if (bufsize == -1) { 349 if (offset >= (size_t)bufsize) 351 offset = donote(ms, nbuf, offset, (size_t)bufsize, 1049 ssize_t bufsize; local 1107 bufsize = FINFO_READ_FUNC(fd, nbuf, ((xph_filesz < sizeof(nbuf)) ? 1109 if (bufsize == -1) { 1115 if (offset >= (size_t)bufsize) 1118 (size_t)bufsize, claz [all...] |
Completed in 35 milliseconds