Home
last modified time | relevance | path

Searched defs:buf_len (Results 1 – 25 of 29) sorted by last modified time

12

/PHP-7.4/ext/phar/
H A Dphar.c1547 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) … in phar_strnstr()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c3531 size_t buf_len = PGSQL_LO_READ_BUF_SIZE; local
/PHP-7.4/ext/mysqlnd/
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()
652 size_t buf_len = pfc->cmd_buffer.buffer? pfc->cmd_buffer.length: AUTH_RESP_BUFFER_SIZE; in php_mysqlnd_auth_response_read() local
816 const size_t buf_len = pfc->cmd_buffer.buffer? pfc->cmd_buffer.length : OK_BUFFER_SIZE; in php_mysqlnd_ok_read() local
910 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_eof_read() local
1047 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_rset_header_read() local
1188 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_rset_field_read() local
1866 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_stats_read() local
1913 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_prepare_read() local
1996 const size_t buf_len = pfc->cmd_buffer.length; in php_mysqlnd_chg_user_read() local
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()
869 …lnd_stmt_execute_store_params(MYSQLND_STMT * s, zend_uchar **buf, zend_uchar **p, size_t *buf_len ) in mysqlnd_stmt_execute_store_params()
H A Dmysqlnd_connection.h47 #define SET_NEW_MESSAGE(buf, buf_len, message, len) \ argument
60 #define SET_EMPTY_MESSAGE(buf, buf_len) \ argument
/PHP-7.4/ext/mbstring/
H A Dmbstring.c5065 size_t buf_len; in php_mb_chr() local
/PHP-7.4/ext/date/
H A Dphp_date.c1670 size_t buf_len = 256, real_len; in php_strftime() local
/PHP-7.4/main/
H A Dmain.c1221 size_t buf_len; in php_win32_docref1_from_error() local
1234 size_t buf_len; in php_win32_docref2_from_error() local
/PHP-7.4/ext/curl/
H A Dinterface.c1761 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c643 short buf_len = 256, dpb_len; in pdo_firebird_handle_factory() local
/PHP-7.4/ext/standard/
H A Dvar.c1202 size_t buf_len; in PHP_FUNCTION() local
H A Dfile.c1992 size_t buf_len; in PHP_FUNCTION() local
2082 …php_stream *stream, char delimiter, char enclosure, int escape_char, size_t buf_len, char *buf, zv… in php_fgetcsv()
H A Dfilters.c1469 const char *ps, size_t buf_len, size_t *consumed, in strfilter_convert_append_bucket()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2138 size_t buf_len = intern->u.file.current_line_len; in spl_filesystem_file_read_csv() local
H A Dspl_array.c1710 size_t buf_len; in SPL_METHOD() local
H A Dspl_dllist.c1175 size_t buf_len; in SPL_METHOD() local
H A Dspl_observer.c752 size_t buf_len; in SPL_METHOD() local
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2840 size_t buf_len=64, real_len; in to_xml_datetime_ex() local
/PHP-7.4/ext/gmp/
H A Dgmp.c568 static int gmp_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data… in gmp_serialize()
593 …ialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, zend_unserial… in gmp_unserialize()
/PHP-7.4/ext/sodium/
H A Dlibsodium.c686 size_t buf_len = Z_STRLEN(*buf_zv); in PHP_FUNCTION() local
/PHP-7.4/win32/
H A Dioutil.h769 __forceinline static ssize_t php_win32_ioutil_readlink(const char *path, char *buf, size_t buf_len) in php_win32_ioutil_readlink()
H A Dioutil.c1030 static ssize_t php_win32_ioutil_readlink_int(HANDLE h, wchar_t *buf, size_t buf_len) in php_win32_ioutil_readlink_int()
1145 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()
/PHP-7.4/ext/sockets/
H A Dsockets.c1749 size_t buf_len, retval; local
1906 size_t buf_len, addr_len; local
/PHP-7.4/ext/iconv/
H A Diconv.c2620 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket()
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1089 int buf_len = 0; in PHP_FUNCTION() local

Completed in 173 milliseconds

12