Home
last modified time | relevance | path

Searched refs:bufsize (Results 1 – 13 of 13) sorted by relevance

/PHP-5.4/ext/ereg/regex/
H A Dregerror.c115 regatoi(preg, localbuf, bufsize) in regatoi() argument
118 int bufsize;
128 snprintf(localbuf, bufsize, "%d", r->code);
H A Dregerror.ih7 static char *regatoi(const regex_t *preg, char *localbuf, int bufsize);
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregerror.c301 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 Dregint.h821 extern void onig_snprintf_with_pattern PV_((UChar buf[], int bufsize, OnigEncoding enc, UChar* pat…
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_loaddata.c165 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 Dinfo.c520 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 Dnetwork.c988 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 Drfc1867.c214 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 Dphp_network.h63 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
/PHP-5.4/
H A DREADME.STREAMS269 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 DREADME390 --with-pcregrep-bufsize=51200
H A DChangeLog349 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 Dpcre.txt1226 --with-pcregrep-bufsize=50K

Completed in 91 milliseconds