Home
last modified time | relevance | path

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

12

/PHP-5.3/Zend/
H A Dzend_interfaces.c426 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_ser… in zend_user_serialize()
463 …lize(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unseri… in zend_user_unserialize()
484 ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, zend_uint *buf_len, ze… in zend_class_serialize_deny()
492 …deny(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unseri… in zend_class_unserialize_deny()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c216 php_mysqlnd_read_error_from_line(zend_uchar *buf, size_t buf_len, in php_mysqlnd_read_error_from_line()
527 size_t buf_len = conn->net->cmd_buffer.buffer? conn->net->cmd_buffer.length : OK_BUFFER_SIZE; in php_mysqlnd_ok_read() local
618 size_t buf_len = conn->net->cmd_buffer.length; in php_mysqlnd_eof_read() local
765 size_t buf_len = conn->net->cmd_buffer.length; in php_mysqlnd_rset_header_read() local
904 size_t buf_len = conn->net->cmd_buffer.length, total_len = 0; in php_mysqlnd_rset_field_read() local
1654 size_t buf_len = conn->net->cmd_buffer.length; in php_mysqlnd_stats_read() local
1696 size_t buf_len = conn->net->cmd_buffer.length; in php_mysqlnd_prepare_read() local
1784 size_t buf_len = conn->net->cmd_buffer.length; in php_mysqlnd_chg_user_read() local
H A Dmysqlnd_priv.h108 #define SET_NEW_MESSAGE(buf, buf_len, message, len, persistent) \ argument
121 #define SET_EMPTY_MESSAGE(buf, buf_len, persistent) \ argument
/PHP-5.3/ext/ereg/
H A Dereg.c250 size_t buf_len; in php_ereg_eprint() local
412 int buf_len; in php_ereg_replace() local
/PHP-5.3/ext/spl/
H A Dspl_array.c1729 int spl_array_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_serialize_da… in spl_array_serialize()
1762 void spl_array_unserialize_helper(spl_array_object *intern, const unsigned char *buf, int buf_len, … in spl_array_unserialize_helper()
1843 int buf_len; in SPL_METHOD() local
1870 …lize(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unseri… in spl_array_unserialize()
H A Dspl_observer.c716 int buf_len; in SPL_METHOD() local
H A Dspl_directory.c2168 size_t buf_len = intern->u.file.current_line_len; in spl_filesystem_file_read_csv() local
/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_driver.c655 short buf_len = 256, dpb_len; in pdo_firebird_handle_factory() local
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c656 char* XMLRPC_VALUE_ToXML(XMLRPC_VALUE val, int* buf_len) { in XMLRPC_VALUE_ToXML()
690 char* XMLRPC_REQUEST_ToXML(XMLRPC_REQUEST request, int* buf_len) { in XMLRPC_REQUEST_ToXML()
H A Dxml_element.c537 char* xml_elem_serialize_to_string(xml_element *el, XML_ELEM_OUTPUT_OPTIONS options, int *buf_len) in xml_elem_serialize_to_string()
/PHP-5.3/sapi/roxen/
H A Droxen.c546 int buf_len; in php_roxen_hash_environment() local
/PHP-5.3/ext/sockets/
H A Dsockets.c1512 int buf_len, retval; local
1662 int retval, buf_len, addr_len; local
/PHP-5.3/ext/interbase/
H A Dinterbase.c864 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-5.3/ext/standard/
H A Dvar.c922 int buf_len; in PHP_FUNCTION() local
H A Dfile.c2078 size_t buf_len; in PHP_FUNCTION() local
2167 …hp_stream *stream, char delimiter, char enclosure, char escape_char, size_t buf_len, char *buf, zv… in php_fgetcsv()
H A Dfilters.c1504 const char *ps, size_t buf_len, size_t *consumed, in strfilter_convert_append_bucket()
/PHP-5.3/ext/phar/
H A Dphar.c609 php_uint32 buf_len; local
1532 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) …
/PHP-5.3/ext/mysqli/
H A Dmysqli.c1398 static int php_local_infile_read(void *ptr, char *buf, uint buf_len) in php_local_infile_read()
/PHP-5.3/ext/wddx/
H A Dwddx.c408 int buf_len; in php_wddx_serialize_string() local
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1153 int buf_len = 0; in PHP_FUNCTION() local
/PHP-5.3/main/
H A Dmain.c886 int buf_len; in php_win32_docref2_from_error() local
/PHP-5.3/ext/curl/
H A Dinterface.c1289 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c2803 static int pdo_row_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_seriali… in pdo_row_serialize()
/PHP-5.3/ext/iconv/
H A Diconv.c2515 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c3011 size_t buf_len=64, real_len; in to_xml_datetime_ex() local

Completed in 173 milliseconds

12