Searched defs:buf_size (Results 1 – 16 of 16) sorted by relevance
/PHP-8.4/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.4/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.4/ext/standard/ |
H A D | quot_print.c | 53 size_t decoded_len, buf_size; in php_quot_print_decode() local
|
/PHP-8.4/ext/dom/lexbor/lexbor/core/ |
H A D | in.c | 58 const lxb_char_t *buf, size_t buf_size) in lexbor_in_node_make()
|
/PHP-8.4/Zend/ |
H A D | zend_gc.h | 38 uint32_t buf_size; member
|
H A D | zend_gc.c | 262 uint32_t buf_size; /* size of the GC buffer */ member
|
/PHP-8.4/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 | 1483 int buf_size = 0; in get_http_body() local
|
H A D | soap.c | 2211 int buf_size; in do_request() local
|
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_strtab.c | 93 void ir_strtab_init(ir_strtab *strtab, uint32_t size, uint32_t buf_size) in ir_strtab_init()
|
H A D | ir.h | 490 uint32_t buf_size; member
|
/PHP-8.4/ext/mysqlnd/ |
H A D | mysqlnd_protocol_frame_codec.c | 442 unsigned int buf_size; in MYSQLND_METHOD() local
|
H A D | mysqlnd_vio.c | 696 unsigned int buf_size; in MYSQLND_METHOD() local
|
H A D | mysqlnd_wireprotocol.c | 302 zend_uchar * const buf, const size_t buf_size, in mysqlnd_read_packet_header_and_body()
|
/PHP-8.4/ext/pdo_firebird/ |
H A D | firebird_driver.c | 540 size_t buf_size = sizeof(buf), read_len = 0; in php_firebird_set_error() local
|
/PHP-8.4/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 72 milliseconds