Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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.3/ext/mysqlnd/
H A Dmysqlnd_loaddata.c181 int bufsize; in mysqlnd_handle_local_infile() local
214 …while ((bufsize = infile.local_infile_read (info, buf + MYSQLND_HEADER_SIZE, buflen - MYSQLND_HEAD… in mysqlnd_handle_local_infile()
215 if ((ret = conn->net->m.send(conn, buf, bufsize TSRMLS_CC)) == 0) { in mysqlnd_handle_local_infile()
229 if (bufsize < 0) { in mysqlnd_handle_local_infile()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dreadelf.c300 ssize_t bufsize; in dophn_core() local
338 bufsize = FINFO_READ_FUNC(fd, nbuf, in dophn_core()
340 if (bufsize == -1) { in dophn_core()
346 if (offset >= (size_t)bufsize) in dophn_core()
348 offset = donote(ms, nbuf, offset, (size_t)bufsize, in dophn_core()
1039 ssize_t bufsize; in dophn_exec() local
1097 bufsize = FINFO_READ_FUNC(fd, nbuf, ((xph_filesz < sizeof(nbuf)) ? in dophn_exec()
1099 if (bufsize == -1) { in dophn_exec()
1105 if (offset >= (size_t)bufsize) in dophn_exec()
1108 (size_t)bufsize, clazz, swap, align, in dophn_exec()
/PHP-5.3/ext/standard/
H A Dinfo.c433 void php_get_windows_cpu(char *buf, int bufsize) in php_get_windows_cpu() argument
439 snprintf(buf, bufsize, "i%d", SysInfo.dwProcessorType); in php_get_windows_cpu()
442 snprintf(buf, bufsize, "MIPS R%d000", SysInfo.wProcessorLevel); in php_get_windows_cpu()
445 snprintf(buf, bufsize, "Alpha %d", SysInfo.wProcessorLevel); in php_get_windows_cpu()
448 snprintf(buf, bufsize, "PPC 6%02d", SysInfo.wProcessorLevel); in php_get_windows_cpu()
451 snprintf(buf, bufsize, "IA64"); in php_get_windows_cpu()
455 snprintf(buf, bufsize, "IA32"); in php_get_windows_cpu()
460 snprintf(buf, bufsize, "AMD64"); in php_get_windows_cpu()
465 snprintf(buf, bufsize, "Unknown"); in php_get_windows_cpu()
/PHP-5.3/main/
H A Drfc1867.c289 int bufsize; member
320 bytes_to_read = self->bufsize - self->bytes_in_buffer; in fill_buffer()
362 self->bufsize = minsize; in multipart_buffer_new()
407 if (self->bytes_in_buffer < self->bufsize) { in next_line()
411 line[self->bufsize] = 0; in next_line()
H A Dphp_network.h63 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
H A Dnetwork.c982 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize) argument
991 strncpy(buf, errstr, bufsize);
1015 strncpy(buf, sysbuf, bufsize);
/PHP-5.3/
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.3/ext/fileinfo/
H A Dlibmagic.patch2621 - bufsize = read(fd, nbuf,
2622 + bufsize = FINFO_READ_FUNC(fd, nbuf,
2624 if (bufsize == -1) {
2729 - bufsize = read(fd, nbuf, ((xph_filesz < sizeof(nbuf)) ?
2730 + bufsize = FINFO_READ_FUNC(fd, nbuf, ((xph_filesz < sizeof(nbuf)) ?
2732 if (bufsize == -1) {
/PHP-5.3/ext/pcre/pcrelib/
H A DREADME360 --with-pcregrep-bufsize=50K
H A DChangeLog835 (b) The default can be changed by ./configure --with-pcregrep-bufsize when
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1203 --with-pcregrep-bufsize=50K

Completed in 105 milliseconds