Home
last modified time | relevance | path

Searched refs:buflen (Results 26 – 29 of 29) sorted by relevance

12

/php-src/main/
H A DSAPI.c234 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen) in sapi_read_post_block() argument
242 read_bytes = sapi_module.read_post(buffer, buflen); in sapi_read_post_block()
248 if (read_bytes < buflen) { in sapi_read_post_block()
/php-src/ext/pdo/
H A Dpdo_dbh.c208 static char *dsn_from_uri(char *uri, char *buf, size_t buflen) /* {{{ */ in dsn_from_uri() argument
215 dsn = php_stream_get_line(stream, buf, buflen, NULL); in dsn_from_uri()
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c1227 cdf_print_classid(char *buf, size_t buflen, const cdf_classid_t *id) in cdf_print_classid() argument
1229 return snprintf(buf, buflen, "%.8x-%.4x-%.4x-%.2x%.2x-" in cdf_print_classid()
/php-src/ext/iconv/
H A Diconv.c2537 buckets_out, bucket->buf, bucket->buflen, &consumed, in php_iconv_stream_filter_do_filter()

Completed in 23 milliseconds

12