Home
last modified time | relevance | path

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

/PHP-5.5/ext/ereg/
H A Dregex.patch42 + == static char *regatoi(const regex_t *preg, char *localbuf, int bufsize);
46 +regatoi(preg, localbuf, bufsize)
49 +int bufsize;
58 + snprintf(localbuf, bufsize, "%d", r->code);
69 +static char *regatoi(const regex_t *preg, char *localbuf, int bufsize);
/PHP-5.5/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.5/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.h772 extern void onig_snprintf_with_pattern PV_((UChar buf[], int bufsize, OnigEncoding enc, UChar* pat…
/PHP-5.5/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->data->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.5/ext/standard/
H A Dinfo.c718 void php_get_windows_cpu(char *buf, int bufsize) in php_get_windows_cpu() argument
724 snprintf(buf, bufsize, "i%d", SysInfo.dwProcessorType); in php_get_windows_cpu()
727 snprintf(buf, bufsize, "MIPS R%d000", SysInfo.wProcessorLevel); in php_get_windows_cpu()
730 snprintf(buf, bufsize, "Alpha %d", SysInfo.wProcessorLevel); in php_get_windows_cpu()
733 snprintf(buf, bufsize, "PPC 6%02d", SysInfo.wProcessorLevel); in php_get_windows_cpu()
736 snprintf(buf, bufsize, "IA64"); in php_get_windows_cpu()
740 snprintf(buf, bufsize, "IA32"); in php_get_windows_cpu()
745 snprintf(buf, bufsize, "AMD64"); in php_get_windows_cpu()
750 snprintf(buf, bufsize, "Unknown"); in php_get_windows_cpu()
/PHP-5.5/main/
H A Dnetwork.c990 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize) argument
999 strncpy(buf, errstr, bufsize);
1000 buf[bufsize?(bufsize-1):0] = 0;
1024 strncpy(buf, sysbuf, bufsize);
1025 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.h65 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
/PHP-5.5/
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.5/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-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1237 --with-pcregrep-bufsize=50K

Completed in 122 milliseconds