/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.c | 198 php_mysqlnd_read_error_from_line(const zend_uchar * const buf, const size_t buf_len, in php_mysqlnd_read_error_from_line() 658 size_t buf_len = pfc->cmd_buffer.buffer? pfc->cmd_buffer.length: AUTH_RESP_BUFFER_SIZE; in php_mysqlnd_auth_response_read() local 822 const size_t buf_len = pfc->cmd_buffer.buffer? pfc->cmd_buffer.length : OK_BUFFER_SIZE; in php_mysqlnd_ok_read() local 916 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_eof_read() local 1044 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_rset_header_read() local 1172 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_rset_field_read() local 1750 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_stats_read() local 1794 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_prepare_read() local 1877 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_chg_user_read() local
|
H A D | mysqlnd_loaddata.c | 65 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 | 509 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() 800 …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-8.2/Zend/ |
H A D | zend_interfaces.c | 401 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial… in zend_user_serialize() 438 …ialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserial… in zend_user_unserialize()
|
/PHP-8.2/win32/ |
H A D | ioutil.c | 1027 static ssize_t php_win32_ioutil_readlink_int(HANDLE h, wchar_t *buf, size_t buf_len) in php_win32_ioutil_readlink_int() 1142 PW32IO ssize_t php_win32_ioutil_readlink_w(const wchar_t *path, wchar_t *buf, size_t buf_len) in php_win32_ioutil_readlink_w()
|
H A D | ioutil.h | 766 __forceinline static ssize_t php_win32_ioutil_readlink(const char *path, char *buf, size_t buf_len) in php_win32_ioutil_readlink()
|
/PHP-8.2/ext/standard/ |
H A D | var.c | 1334 PHPAPI void php_unserialize_with_options(zval *return_value, const char *buf, const size_t buf_len,… in php_unserialize_with_options() 1447 size_t buf_len; in PHP_FUNCTION() local
|
H A D | file.c | 1839 size_t buf_len; in PHP_FUNCTION() local 1935 …php_stream *stream, char delimiter, char enclosure, int escape_char, size_t buf_len, char *buf) /*… in php_fgetcsv()
|
H A D | filters.c | 1337 const char *ps, size_t buf_len, size_t *consumed, in strfilter_convert_append_bucket()
|
/PHP-8.2/ext/pdo_firebird/ |
H A D | firebird_driver.c | 1045 short buf_len = 256, dpb_len; in pdo_firebird_handle_factory() local
|
/PHP-8.2/ext/sockets/ |
H A D | sockets.c | 1350 size_t buf_len, retval; local 1511 size_t buf_len, addr_len; local
|
/PHP-8.2/ext/gmp/ |
H A D | gmp.c | 509 static int gmp_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data… in gmp_serialize() 534 …ialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserial… in gmp_unserialize()
|
/PHP-8.2/main/ |
H A D | main.c | 1157 size_t buf_len; in php_win32_docref1_from_error() local
|
/PHP-8.2/ext/spl/ |
H A D | spl_dllist.c | 1051 size_t buf_len; in PHP_METHOD() local
|
H A D | spl_observer.c | 833 size_t buf_len; in PHP_METHOD() local
|
H A D | spl_array.c | 1653 size_t buf_len; in PHP_METHOD() local
|
H A D | spl_directory.c | 1947 size_t buf_len = intern->u.file.current_line_len; in spl_filesystem_file_read_csv() local
|
/PHP-8.2/ext/iconv/ |
H A D | iconv.c | 2348 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket()
|
/PHP-8.2/ext/curl/ |
H A D | interface.c | 894 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
|
/PHP-8.2/ext/phar/ |
H A D | phar.c | 1592 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) … in phar_strnstr()
|
/PHP-8.2/ext/soap/ |
H A D | php_encoding.c | 2848 size_t buf_len=64, real_len; in to_xml_datetime_ex() local
|
/PHP-8.2/ext/sodium/ |
H A D | libsodium.c | 209 size_t buf_len = Z_STRLEN(*buf_zv); in PHP_FUNCTION() local
|
/PHP-8.2/ext/date/ |
H A D | php_date.c | 1239 size_t buf_len = 256, real_len; in php_strftime() local
|