Home
last modified time | relevance | path

Searched defs:buf_len (Results 1 – 25 of 29) sorted by relevance

12

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_connection.h47 #define SET_NEW_MESSAGE(buf, buf_len, message, len, persistent) \ argument
60 #define SET_EMPTY_MESSAGE(buf, buf_len, persistent) \ argument
H A Dmysqlnd_wireprotocol.c199 php_mysqlnd_read_error_from_line(const zend_uchar * const buf, const size_t buf_len, in php_mysqlnd_read_error_from_line()
671 size_t buf_len = pfc->cmd_buffer.buffer? pfc->cmd_buffer.length: AUTH_RESP_BUFFER_SIZE; in php_mysqlnd_auth_response_read() local
846 size_t buf_len = pfc->cmd_buffer.buffer? pfc->cmd_buffer.length : OK_BUFFER_SIZE; in php_mysqlnd_ok_read() local
943 size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_eof_read() local
1103 size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_rset_header_read() local
1248 size_t buf_len = pfc->cmd_buffer.length, total_len = 0; in php_mysqlnd_rset_field_read() local
1955 size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_stats_read() local
2005 size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_prepare_read() local
2100 size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_chg_user_read() local
H A Dmysqlnd_loaddata.c67 int mysqlnd_local_infile_read(void * ptr, zend_uchar * buf, unsigned int buf_len) in mysqlnd_local_infile_read()
H A Dmysqlnd_ps_codec.c547 mysqlnd_stmt_execute_check_n_enlarge_buffer(zend_uchar **buf, zend_uchar **p, size_t * buf_len, zen… in mysqlnd_stmt_execute_check_n_enlarge_buffer()
839 …lnd_stmt_execute_store_params(MYSQLND_STMT * s, zend_uchar **buf, zend_uchar **p, size_t *buf_len ) in mysqlnd_stmt_execute_store_params()
/PHP-7.2/Zend/
H A Dzend_interfaces.c382 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial… in zend_user_serialize()
419 …ialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserial… in zend_user_unserialize()
441 ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, size_t *buf_len, zend_… in zend_class_serialize_deny()
449 …e_deny(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserial… in zend_class_unserialize_deny()
/PHP-7.2/ext/pdo_firebird/
H A Dfirebird_driver.c620 short buf_len = 256, dpb_len; in pdo_firebird_handle_factory() local
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c660 char* XMLRPC_VALUE_ToXML(XMLRPC_VALUE val, int* buf_len) { in XMLRPC_VALUE_ToXML()
694 char* XMLRPC_REQUEST_ToXML(XMLRPC_REQUEST request, int* buf_len) { in XMLRPC_REQUEST_ToXML()
H A Dxml_element.c534 char* xml_elem_serialize_to_string(xml_element *el, XML_ELEM_OUTPUT_OPTIONS options, int *buf_len) in xml_elem_serialize_to_string()
/PHP-7.2/ext/interbase/
H A Dinterbase.c853 short i, dpb_len, buf_len = 257-2; /* version byte at the front, and a null at the end */ in _php_ibase_attach_db() local
/PHP-7.2/ext/sockets/
H A Dsockets.c1719 size_t buf_len, retval; local
1887 size_t buf_len, addr_len; local
/PHP-7.2/ext/standard/
H A Dvar.c1059 size_t buf_len; in PHP_FUNCTION() local
H A Dfile.c1999 size_t buf_len; in PHP_FUNCTION() local
2088 …hp_stream *stream, char delimiter, char enclosure, char escape_char, size_t buf_len, char *buf, zv… in php_fgetcsv()
H A Dfilters.c1462 const char *ps, size_t buf_len, size_t *consumed, in strfilter_convert_append_bucket()
/PHP-7.2/ext/gmp/
H A Dgmp.c559 static int gmp_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data… in gmp_serialize()
584 …ialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserial… in gmp_unserialize()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1094 int buf_len = 0; in PHP_FUNCTION() local
/PHP-7.2/ext/spl/
H A Dspl_observer.c758 size_t buf_len; in SPL_METHOD() local
H A Dspl_dllist.c1182 size_t buf_len; in SPL_METHOD() local
H A Dspl_array.c1781 size_t buf_len; in SPL_METHOD() local
H A Dspl_directory.c2153 size_t buf_len = intern->u.file.current_line_len; in spl_filesystem_file_read_csv() local
/PHP-7.2/ext/curl/
H A Dinterface.c1746 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
/PHP-7.2/main/
H A Dmain.c1009 int buf_len; in php_win32_docref2_from_error() local
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c2711 static int pdo_row_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_… in pdo_row_serialize()
/PHP-7.2/ext/iconv/
H A Diconv.c2624 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket()
/PHP-7.2/ext/phar/
H A Dphar.c1538 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) …
/PHP-7.2/ext/sodium/
H A Dlibsodium.c668 size_t buf_len = Z_STRLEN(*buf_zv); in PHP_FUNCTION() local

Completed in 317 milliseconds

12