Home
last modified time | relevance | path

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

12

/PHP-8.1/main/
H A DSAPI.h189 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen);
H A DSAPI.c232 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen) in sapi_read_post_block() argument
240 read_bytes = sapi_module.read_post(buffer, buflen); in sapi_read_post_block()
246 if (read_bytes < buflen) { in sapi_read_post_block()
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c207 static char *dsn_from_uri(char *uri, char *buf, size_t buflen) /* {{{ */ in dsn_from_uri() argument
214 dsn = php_stream_get_line(stream, buf, buflen, NULL); in dsn_from_uri()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.c1218 cdf_print_classid(char *buf, size_t buflen, const cdf_classid_t *id) in cdf_print_classid() argument
1220 return snprintf(buf, buflen, "%.8x-%.4x-%.4x-%.2x%.2x-" in cdf_print_classid()
/PHP-8.1/ext/iconv/
H A Diconv.c2545 buckets_out, bucket->buf, bucket->buflen, &consumed, in php_iconv_stream_filter_do_filter()

Completed in 39 milliseconds

12