/php-src/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.c | 348 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_greet_read() local 680 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_auth_response_read() local 839 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_ok_read() local 933 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_eof_read() local 1061 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_rset_header_read() local 1200 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_rset_field_read() local 1791 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_stats_read() local 1835 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_prepare_read() local 1918 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_chg_user_read() local 2029 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_sha256_pk_request_response_read() local [all …]
|
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 | 581 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() 872 …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-src/Zend/ |
H A D | zend_interfaces.c | 406 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial… in zend_user_serialize() 443 …ialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserial… in zend_user_unserialize()
|
/php-src/win32/ |
H A D | ioutil.c | 1023 static ssize_t php_win32_ioutil_readlink_int(HANDLE h, wchar_t *buf, size_t buf_len) in php_win32_ioutil_readlink_int() 1138 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 | 783 __forceinline static ssize_t php_win32_ioutil_readlink(const char *path, char *buf, size_t buf_len) in php_win32_ioutil_readlink()
|
/php-src/ext/standard/ |
H A D | var.c | 1380 PHPAPI void php_unserialize_with_options(zval *return_value, const char *buf, const size_t buf_len,… in php_unserialize_with_options() 1510 size_t buf_len; in PHP_FUNCTION() local
|
H A D | file.c | 1810 size_t buf_len; in PHP_FUNCTION() local 1895 …php_stream *stream, char delimiter, char enclosure, int escape_char, size_t buf_len, char *buf) /*… in php_fgetcsv()
|
H A D | filters.c | 1318 const char *ps, size_t buf_len, size_t *consumed, in strfilter_convert_append_bucket()
|
/php-src/ext/gmp/ |
H A D | gmp.c | 487 static int gmp_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data… in gmp_serialize() 512 …ialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserial… in gmp_unserialize()
|
/php-src/ext/pdo_firebird/ |
H A D | firebird_driver.c | 1338 short buf_len = 256, dpb_len; in pdo_firebird_handle_factory() local
|
/php-src/ext/sockets/ |
H A D | sockets.c | 1397 size_t buf_len, retval; local 1561 size_t buf_len, addr_len; local
|
/php-src/ext/spl/ |
H A D | spl_dllist.c | 1040 size_t buf_len; in PHP_METHOD() local
|
H A D | spl_observer.c | 869 size_t buf_len; in PHP_METHOD() local
|
H A D | spl_array.c | 1297 size_t buf_len; in PHP_METHOD() local
|
H A D | spl_directory.c | 1928 size_t buf_len = ZSTR_LEN(intern->u.file.current_line); in spl_filesystem_file_read_csv() local
|
/php-src/main/ |
H A D | main.c | 1218 size_t buf_len; in php_win32_docref1_from_error() local
|
/php-src/ext/iconv/ |
H A D | iconv.c | 2347 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket()
|
/php-src/ext/phar/ |
H A D | phar.c | 1595 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) … in phar_strnstr()
|
/php-src/ext/soap/ |
H A D | php_encoding.c | 2922 size_t buf_len=64, real_len; in to_xml_datetime_ex() local
|
/php-src/ext/sodium/ |
H A D | libsodium.c | 208 size_t buf_len = Z_STRLEN(*buf_zv); in PHP_FUNCTION() local
|
/php-src/ext/date/ |
H A D | php_date.c | 1266 size_t buf_len = 256, real_len; in php_strftime() local
|