Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_loaddata.c149 int bufsize; in mysqlnd_handle_local_infile() local
185 …while ((bufsize = infile.local_infile_read (info, buf + MYSQLND_HEADER_SIZE, buflen - MYSQLND_HEAD… in mysqlnd_handle_local_infile()
186 if ((ret = net->data->m.send(net, vio, buf, bufsize, conn->stats, conn->error_info)) == 0) { in mysqlnd_handle_local_infile()
200 if (bufsize < 0) { in mysqlnd_handle_local_infile()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregerror.c317 onig_snprintf_with_pattern(UChar buf[], int bufsize, OnigEncoding enc, in onig_snprintf_with_pattern() argument
320 onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist) in onig_snprintf_with_pattern()
322 int bufsize;
336 n = xvsnprintf((char* )buf, bufsize, (const char* )fmt, args);
341 if (n + need < bufsize) {
H A Dregint.h789 extern void onig_snprintf_with_pattern PV_((UChar buf[], int bufsize, OnigEncoding enc, UChar* pat…
/PHP-7.1/ext/standard/
H A Dinfo.c639 void php_get_windows_cpu(char *buf, int bufsize) in php_get_windows_cpu() argument
645 snprintf(buf, bufsize, "i%d", SysInfo.dwProcessorType); in php_get_windows_cpu()
648 snprintf(buf, bufsize, "MIPS R%d000", SysInfo.wProcessorLevel); in php_get_windows_cpu()
651 snprintf(buf, bufsize, "Alpha %d", SysInfo.wProcessorLevel); in php_get_windows_cpu()
654 snprintf(buf, bufsize, "PPC 6%02d", SysInfo.wProcessorLevel); in php_get_windows_cpu()
657 snprintf(buf, bufsize, "IA64"); in php_get_windows_cpu()
661 snprintf(buf, bufsize, "IA32"); in php_get_windows_cpu()
666 snprintf(buf, bufsize, "AMD64"); in php_get_windows_cpu()
671 snprintf(buf, bufsize, "Unknown"); in php_get_windows_cpu()
/PHP-7.1/main/
H A Dnetwork.c1033 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize) argument
1042 strncpy(buf, errstr, bufsize);
1043 buf[bufsize?(bufsize-1):0] = 0;
1067 strncpy(buf, sysbuf, bufsize);
1068 buf[bufsize?(bufsize-1):0] = 0;
H A Drfc1867.c226 int bufsize; member
260 bytes_to_read = self->bufsize - self->bytes_in_buffer; in fill_buffer()
302 self->bufsize = minsize; in multipart_buffer_new()
356 if (self->bytes_in_buffer < self->bufsize) { in next_line()
360 line[self->bufsize] = 0; in next_line()
H A Dphp_network.h66 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.c1488 int bufsize = 0; in fpm_conf_load_ini_file() local
1518 if (n == bufsize) { in fpm_conf_load_ini_file()
1519 bufsize += 1024; in fpm_conf_load_ini_file()
1520 newbuf = (char*) realloc(buf, sizeof(char) * (bufsize + 2)); in fpm_conf_load_ini_file()
/PHP-7.1/
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-7.1/ext/pcre/pcrelib/
H A DREADME390 --with-pcregrep-bufsize=51200
H A DChangeLog525 16. If --with-pcregrep-bufsize was given a non-integer value such as "50K",
1771 (b) The default can be changed by ./configure --with-pcregrep-bufsize when
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt1237 --with-pcregrep-bufsize=50K

Completed in 86 milliseconds