Searched refs:bufsize (Results 1 – 13 of 13) sorted by relevance
/PHP-5.4/ext/ereg/regex/ |
H A D | regerror.c | 115 regatoi(preg, localbuf, bufsize) in regatoi() argument 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, in onig_snprintf_with_pattern() argument 304 onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist) in onig_snprintf_with_pattern() 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…
|
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd_loaddata.c | 165 int bufsize; in mysqlnd_handle_local_infile() local 200 …while ((bufsize = infile.local_infile_read (info, buf + MYSQLND_HEADER_SIZE, buflen - MYSQLND_HEAD… in mysqlnd_handle_local_infile() 201 if ((ret = net->m.send_ex(net, buf, bufsize, conn->stats, conn->error_info TSRMLS_CC)) == 0) { in mysqlnd_handle_local_infile() 215 if (bufsize < 0) { in mysqlnd_handle_local_infile()
|
/PHP-5.4/ext/standard/ |
H A D | info.c | 520 void php_get_windows_cpu(char *buf, int bufsize) in php_get_windows_cpu() argument 526 snprintf(buf, bufsize, "i%d", SysInfo.dwProcessorType); in php_get_windows_cpu() 529 snprintf(buf, bufsize, "MIPS R%d000", SysInfo.wProcessorLevel); in php_get_windows_cpu() 532 snprintf(buf, bufsize, "Alpha %d", SysInfo.wProcessorLevel); in php_get_windows_cpu() 535 snprintf(buf, bufsize, "PPC 6%02d", SysInfo.wProcessorLevel); in php_get_windows_cpu() 538 snprintf(buf, bufsize, "IA64"); in php_get_windows_cpu() 542 snprintf(buf, bufsize, "IA32"); in php_get_windows_cpu() 547 snprintf(buf, bufsize, "AMD64"); in php_get_windows_cpu() 552 snprintf(buf, bufsize, "Unknown"); in php_get_windows_cpu()
|
/PHP-5.4/main/ |
H A D | network.c | 988 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize) argument 997 strncpy(buf, errstr, bufsize); 998 buf[bufsize?(bufsize-1):0] = 0; 1022 strncpy(buf, sysbuf, bufsize); 1023 buf[bufsize?(bufsize-1):0] = 0;
|
H A D | rfc1867.c | 214 int bufsize; member 248 bytes_to_read = self->bufsize - self->bytes_in_buffer; in fill_buffer() 290 self->bufsize = minsize; in multipart_buffer_new() 344 if (self->bytes_in_buffer < self->bufsize) { in next_line() 348 line[self->bufsize] = 0; in next_line()
|
H A D | php_network.h | 63 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
|
/PHP-5.4/ |
H A D | README.STREAMS | 269 size_t bufsize, int persistent, const char * mode) 274 bufsize is the size of the buffer to use - if 0, then buffering at the stream
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | README | 390 --with-pcregrep-bufsize=51200
|
H A D | ChangeLog | 349 16. If --with-pcregrep-bufsize was given a non-integer value such as "50K", 1595 (b) The default can be changed by ./configure --with-pcregrep-bufsize when
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1226 --with-pcregrep-bufsize=50K
|
Completed in 91 milliseconds