Searched defs:buf_size (Results 1 – 13 of 13) sorted by relevance
/PHP-7.2/ext/dba/libflatfile/ |
H A D | flatfile.c | 109 size_t buf_size = FLATFILE_BLOCK_SIZE; in flatfile_delete() local 159 size_t buf_size = FLATFILE_BLOCK_SIZE; in flatfile_findkey() local 204 size_t buf_size = FLATFILE_BLOCK_SIZE; in flatfile_firstkey() local 247 size_t buf_size = FLATFILE_BLOCK_SIZE; in flatfile_nextkey() local
|
/PHP-7.2/sapi/fpm/fpm/ |
H A D | fpm_php_trace.c | 47 static const int buf_size = 1024; in fpm_php_trace_dump() local
|
H A D | zlog.c | 105 const size_t buf_size = MAX_LINE_LENGTH; in vzlog() local
|
/PHP-7.2/ext/standard/ |
H A D | quot_print.c | 61 size_t decoded_len, buf_size; in php_quot_print_decode() local
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regerror.c | 202 UChar buf[], int buf_size, int *is_over) in to_ascii()
|
/PHP-7.2/ext/soap/ |
H A D | php_xml.c | 134 xmlDocPtr soap_xmlParseMemory(const void *buf, size_t buf_size) in soap_xmlParseMemory()
|
H A D | php_http.c | 1431 int buf_size = 0; in get_http_body() local
|
H A D | soap.c | 2512 int buf_size; local
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_protocol_frame_codec.c | 419 unsigned int buf_size; in MYSQLND_METHOD() local
|
H A D | mysqlnd_vio.c | 673 unsigned int buf_size; in MYSQLND_METHOD() local
|
H A D | mysqlnd_net.c | 1095 unsigned int buf_size; in MYSQLND_METHOD() local
|
H A D | mysqlnd_wireprotocol.c | 290 zend_uchar * buf, size_t buf_size, const char * const packet_type_as_text, in mysqlnd_read_packet_header_and_body()
|
/PHP-7.2/ext/interbase/ |
H A D | ibase_query.c | 433 static int _php_ibase_bind_array(zval *val, char *buf, zend_ulong buf_size, /* {{{ */ in _php_ibase_bind_array()
|
Completed in 117 milliseconds