Searched refs:bufsize (Results 1 - 10 of 10) sorted by relevance
| /PHP_5_4/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_4/ext/mbstring/oniguruma/ |
| H A D | regerror.c | 301 onig_snprintf_with_pattern(UChar buf[], int bufsize, OnigEncoding enc, argument 304 onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist) 306 int bufsize; 320 n = vsnprintf((char* )buf, bufsize, (const char* )fmt, args); 325 if (n + need < bufsize) {
|
| H A D | regint.h | 821 extern void onig_snprintf_with_pattern PV_((UChar buf[], int bufsize, OnigEncoding enc, UChar* pat, UChar* pat_end, const UChar *fmt, ...));
|
| /PHP_5_4/ext/standard/ |
| H A D | info.c | 484 void php_get_windows_cpu(char *buf, int bufsize) argument 490 snprintf(buf, bufsize, "i%d", SysInfo.dwProcessorType); 493 snprintf(buf, bufsize, "MIPS R%d000", SysInfo.wProcessorLevel); 496 snprintf(buf, bufsize, "Alpha %d", SysInfo.wProcessorLevel); 499 snprintf(buf, bufsize, "PPC 6%02d", SysInfo.wProcessorLevel); 502 snprintf(buf, bufsize, "IA64"); 506 snprintf(buf, bufsize, "IA32"); 511 snprintf(buf, bufsize, "AMD64"); 516 snprintf(buf, bufsize, "Unknown");
|
| /PHP_5_4/main/ |
| H A D | php_network.h | 63 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
|
| H A D | rfc1867.c | 213 int bufsize; member in struct:__anon280 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;
|
| H A D | network.c | 982 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize) argument 991 strncpy(buf, errstr, bufsize); 1015 strncpy(buf, sysbuf, bufsize);
|
| /PHP_5_4/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->m.send_ex(net, buf, bufsize, conn->stats, conn->error_info TSRMLS_CC)) == 0) { 215 if (bufsize < 0) {
|
| /PHP_5_4/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 29 milliseconds