/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_connection.h | 47 #define SET_NEW_MESSAGE(buf, buf_len, message, len) \ argument 60 #define SET_EMPTY_MESSAGE(buf, buf_len) \ argument
|
H A D | mysqlnd_wireprotocol.c | 199 php_mysqlnd_read_error_from_line(const zend_uchar * const buf, const size_t buf_len, in php_mysqlnd_read_error_from_line() 649 size_t buf_len = pfc->cmd_buffer.buffer? pfc->cmd_buffer.length: AUTH_RESP_BUFFER_SIZE; in php_mysqlnd_auth_response_read() local 808 size_t buf_len = pfc->cmd_buffer.buffer? pfc->cmd_buffer.length : OK_BUFFER_SIZE; in php_mysqlnd_ok_read() local 902 size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_eof_read() local 1039 size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_rset_header_read() local 1180 size_t buf_len = pfc->cmd_buffer.length, total_len = 0; in php_mysqlnd_rset_field_read() local 1841 size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_stats_read() local 1888 size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_prepare_read() local 1971 size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_chg_user_read() local
|
H A D | mysqlnd_loaddata.c | 67 int mysqlnd_local_infile_read(void * ptr, zend_uchar * buf, unsigned int buf_len) in mysqlnd_local_infile_read()
|
H A D | mysqlnd_ps_codec.c | 578 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() 866 …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.3/Zend/ |
H A D | zend_interfaces.c | 404 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial… in zend_user_serialize() 441 …ialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserial… in zend_user_unserialize() 463 ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, size_t *buf_len, zend_… in zend_class_serialize_deny() 471 …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.3/ext/pdo_firebird/ |
H A D | firebird_driver.c | 631 short buf_len = 256, dpb_len; in pdo_firebird_handle_factory() local
|
/PHP-7.3/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.c | 660 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 D | xml_element.c | 534 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.3/ext/interbase/ |
H A D | interbase.c | 853 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.3/ext/sockets/ |
H A D | sockets.c | 1753 size_t buf_len, retval; local 1921 size_t buf_len, addr_len; local
|
/PHP-7.3/ext/standard/ |
H A D | file.c | 2003 size_t buf_len; in PHP_FUNCTION() local 2092 …hp_stream *stream, char delimiter, char enclosure, char escape_char, size_t buf_len, char *buf, zv… in php_fgetcsv()
|
H A D | var.c | 1091 size_t buf_len; in PHP_FUNCTION() local
|
H A D | filters.c | 1462 const char *ps, size_t buf_len, size_t *consumed, in strfilter_convert_append_bucket()
|
/PHP-7.3/ext/gmp/ |
H A D | gmp.c | 569 static int gmp_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data… in gmp_serialize() 594 …ialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserial… in gmp_unserialize()
|
/PHP-7.3/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 1084 int buf_len = 0; in PHP_FUNCTION() local
|
/PHP-7.3/ext/spl/ |
H A D | spl_observer.c | 754 size_t buf_len; in SPL_METHOD() local
|
H A D | spl_dllist.c | 1176 size_t buf_len; in SPL_METHOD() local
|
H A D | spl_array.c | 1778 size_t buf_len; in SPL_METHOD() local
|
H A D | spl_directory.c | 2134 size_t buf_len = intern->u.file.current_line_len; in spl_filesystem_file_read_csv() local
|
/PHP-7.3/main/ |
H A D | main.c | 1173 size_t buf_len; in php_win32_docref2_from_error() local
|
/PHP-7.3/ext/curl/ |
H A D | interface.c | 1822 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
|
/PHP-7.3/ext/iconv/ |
H A D | iconv.c | 2632 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket()
|
/PHP-7.3/ext/pdo/ |
H A D | pdo_stmt.c | 2713 static int pdo_row_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_… in pdo_row_serialize()
|
/PHP-7.3/ext/phar/ |
H A D | phar.c | 1556 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) …
|
/PHP-7.3/ext/soap/ |
H A D | php_encoding.c | 2873 size_t buf_len=64, real_len; in to_xml_datetime_ex() local
|