Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_connection.h47 #define SET_NEW_MESSAGE(buf, buf_len, message, len) \ argument
60 #define SET_EMPTY_MESSAGE(buf, buf_len) \ 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()
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 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.c578 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 Dzend_interfaces.c404 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 Dfirebird_driver.c631 short buf_len = 256, dpb_len; in pdo_firebird_handle_factory() local
/PHP-7.3/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.3/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.3/ext/sockets/
H A Dsockets.c1753 size_t buf_len, retval; local
1921 size_t buf_len, addr_len; local
/PHP-7.3/ext/standard/
H A Dfile.c2003 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 Dvar.c1091 size_t buf_len; in PHP_FUNCTION() local
H A Dfilters.c1462 const char *ps, size_t buf_len, size_t *consumed, in strfilter_convert_append_bucket()
/PHP-7.3/ext/gmp/
H A Dgmp.c569 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 Dxmlrpc-epi-php.c1084 int buf_len = 0; in PHP_FUNCTION() local
/PHP-7.3/ext/spl/
H A Dspl_observer.c754 size_t buf_len; in SPL_METHOD() local
H A Dspl_dllist.c1176 size_t buf_len; in SPL_METHOD() local
H A Dspl_array.c1778 size_t buf_len; in SPL_METHOD() local
H A Dspl_directory.c2134 size_t buf_len = intern->u.file.current_line_len; in spl_filesystem_file_read_csv() local
/PHP-7.3/main/
H A Dmain.c1173 size_t buf_len; in php_win32_docref2_from_error() local
/PHP-7.3/ext/curl/
H A Dinterface.c1822 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 Diconv.c2632 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket()
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c2713 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 Dphar.c1556 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) …
/PHP-7.3/ext/soap/
H A Dphp_encoding.c2873 size_t buf_len=64, real_len; in to_xml_datetime_ex() local

Completed in 145 milliseconds

12