Searched defs:buf_size (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/ext/dba/libflatfile/ |
H A D | flatfile.c | 104 size_t buf_size = FLATFILE_BLOCK_SIZE; in flatfile_delete() local 153 size_t buf_size = FLATFILE_BLOCK_SIZE; in flatfile_findkey() local 197 size_t buf_size = FLATFILE_BLOCK_SIZE; in flatfile_firstkey() local 239 size_t buf_size = FLATFILE_BLOCK_SIZE; in flatfile_nextkey() local
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | zlog.c | 132 static inline size_t zlog_truncate_buf(char *buf, size_t buf_size, size_t space_left) /* {{{ */ in zlog_truncate_buf() 140 int flags, char *buf, size_t buf_size, const char *fmt, va_list args) /* {{{ */ in zlog_external() 159 char *buf, size_t buf_size, int use_syslog) /* {{{ */ in zlog_buf_prefix() 201 size_t buf_size = MAX_BUF_LENGTH; in vzlog() local
|
/PHP-8.3/ext/standard/ |
H A D | quot_print.c | 57 size_t decoded_len, buf_size; in php_quot_print_decode() local
|
/PHP-8.3/Zend/ |
H A D | zend_gc.h | 38 uint32_t buf_size; member
|
H A D | zend_gc.c | 257 uint32_t buf_size; /* size of the GC buffer */ member
|
/PHP-8.3/ext/soap/ |
H A D | php_xml.c | 133 xmlDocPtr soap_xmlParseMemory(const void *buf, size_t buf_size) in soap_xmlParseMemory()
|
H A D | php_http.c | 1468 int buf_size = 0; in get_http_body() local
|
H A D | soap.c | 2097 int buf_size; local
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_protocol_frame_codec.c | 445 unsigned int buf_size; in MYSQLND_METHOD() local
|
H A D | mysqlnd_vio.c | 700 unsigned int buf_size; in MYSQLND_METHOD() local
|
H A D | mysqlnd_wireprotocol.c | 289 zend_uchar * const buf, const size_t buf_size, in mysqlnd_read_packet_header_and_body()
|
/PHP-8.3/ext/exif/ |
H A D | exif.c | 1374 static char *exif_get_tagname_key(int tag_num, char *buf, size_t buf_size, tag_table_type tag_table) in exif_get_tagname_key()
|
Completed in 92 milliseconds