Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregerror.c323 onig_snprintf_with_pattern(UChar buf[], int bufsize, OnigEncoding enc, in onig_snprintf_with_pattern() argument
326 onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist) in onig_snprintf_with_pattern()
328 int bufsize;
342 n = xvsnprintf((char* )buf, bufsize, (const char* )fmt, args);
347 if (n + need < bufsize) {
348 xstrcat((char* )buf, ": /", bufsize);
H A Dregint.h765 extern void onig_snprintf_with_pattern PV_((UChar buf[], int bufsize, OnigEncoding enc, UChar* pat…
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_loaddata.c149 int bufsize; in mysqlnd_handle_local_infile() local
187 …while ((bufsize = infile.local_infile_read (info, buf + MYSQLND_HEADER_SIZE, buflen - MYSQLND_HEAD… in mysqlnd_handle_local_infile()
188 if ((ret = net->data->m.send(net, vio, buf, bufsize, conn->stats, conn->error_info)) == 0) { in mysqlnd_handle_local_infile()
202 if (bufsize < 0) { in mysqlnd_handle_local_infile()
/PHP-7.2/ext/standard/
H A Dinfo.c629 void php_get_windows_cpu(char *buf, int bufsize) in php_get_windows_cpu() argument
635 snprintf(buf, bufsize, "i%d", SysInfo.dwProcessorType); in php_get_windows_cpu()
638 snprintf(buf, bufsize, "MIPS R%d000", SysInfo.wProcessorLevel); in php_get_windows_cpu()
641 snprintf(buf, bufsize, "Alpha %d", SysInfo.wProcessorLevel); in php_get_windows_cpu()
644 snprintf(buf, bufsize, "PPC 6%02d", SysInfo.wProcessorLevel); in php_get_windows_cpu()
647 snprintf(buf, bufsize, "IA64"); in php_get_windows_cpu()
651 snprintf(buf, bufsize, "IA32"); in php_get_windows_cpu()
656 snprintf(buf, bufsize, "AMD64"); in php_get_windows_cpu()
661 snprintf(buf, bufsize, "Unknown"); in php_get_windows_cpu()
/PHP-7.2/main/
H A Dnetwork.c1023 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize) argument
1032 strncpy(buf, errstr, bufsize);
1033 buf[bufsize?(bufsize-1):0] = 0;
1057 strncpy(buf, sysbuf, bufsize);
1058 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.2/sapi/fpm/fpm/
H A Dfpm_conf.c1513 int bufsize = 0; in fpm_conf_load_ini_file() local
1543 if (n == bufsize) { in fpm_conf_load_ini_file()
1544 bufsize += 1024; in fpm_conf_load_ini_file()
1545 newbuf = (char*) realloc(buf, sizeof(char) * (bufsize + 2)); in fpm_conf_load_ini_file()
/PHP-7.2/
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.2/ext/pcre/pcrelib/
H A DREADME390 --with-pcregrep-bufsize=51200
H A DChangeLog711 16. If --with-pcregrep-bufsize was given a non-integer value such as "50K",
1957 (b) The default can be changed by ./configure --with-pcregrep-bufsize when
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1237 --with-pcregrep-bufsize=50K

Completed in 92 milliseconds