Home
last modified time | relevance | path

Searched defs:buflen (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c61 int buflen; in PHP_RINIT_FUNCTION() local
H A Dphpdbg_out.c924 static void phpdbg_encode_ctrl_chars(char **buf, int *buflen) { in phpdbg_encode_ctrl_chars()
954 int msgoutlen, xmloutlen, buflen; in phpdbg_process_print() local
1213 int buflen; in phpdbg_xml_internal() local
1236 int buflen; in phpdbg_log_internal() local
1252 int buflen; in phpdbg_out_internal() local
/PHP-7.1/ext/standard/
H A Dcrypt_sha512.c61 uint64_t buflen; member
369 php_sha512_crypt_r(const char *key, const char *salt, char *buffer, int buflen) { in php_sha512_crypt_r()
647 ZEND_TLS int buflen = 0; in php_sha512_crypt() local
H A Dcrypt_sha256.c67 uint32_t buflen; member
334 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r()
600 ZEND_TLS int buflen = 0; in php_sha256_crypt() local
H A Dexec.c101 size_t buflen, bufl = 0; in php_exec() local
/PHP-7.1/ext/zip/lib/
H A Dzip_utf-8.c223 zip_uint32_t buflen, i, offset; in _zip_cp437_to_utf8() local
H A Dzip_open.c565 zip_uint64_t buflen; in _zip_find_central_dir() local
/PHP-7.1/ext/posix/
H A Dposix.c791 zend_long buflen; in PHP_FUNCTION() local
1066 long buflen; in PHP_FUNCTION() local
1191 long buflen; in PHP_FUNCTION() local
/PHP-7.1/main/streams/
H A Dtransports.c396 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen, in php_stream_xport_recvfrom()
465 PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t buflen, in php_stream_xport_sendto()
H A Dxp_socket.c247 static inline int sock_sendto(php_netstream_data_t *sock, const char *buf, size_t buflen, int flags, in sock_sendto()
264 static inline int sock_recvfrom(php_netstream_data_t *sock, char *buf, size_t buflen, int flags, in sock_recvfrom()
H A Dfilter.c71 PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, int o… in php_stream_bucket_new()
H A Dphp_stream_filter_api.h49 size_t buflen; member
H A Dphp_stream_transport.h148 size_t buflen; member
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_stmt.c61 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_utf82ucs2()
96 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_ucs22utf8()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_loaddata.c147 unsigned int buflen = 4096; in mysqlnd_handle_local_infile() local
/PHP-7.1/win32/
H A Dregistry.c290 DWORD buflen = MAXPATHLEN; in GetIniPathFromRegistry() local
/PHP-7.1/ext/session/
H A Dmod_files.c109 static char *ps_files_path_create(char *buf, size_t buflen, ps_files *data, const char *key) in ps_files_path_create()
/PHP-7.1/ext/intl/locale/
H A Dlocale_methods.c268 int32_t buflen = 512; in get_icu_value_internal() local
498 int32_t buflen = 512; in get_icu_disp_value_src_php() local
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c449 int buflen = el->text.len; in xml_element_serialize() local
/PHP-7.1/main/
H A DSAPI.c240 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen) in sapi_read_post_block()
/PHP-7.1/ext/mysqli/
H A Dphp_mysqli_structs.h102 zend_ulong buflen; member
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c181 static char *dsn_from_uri(char *uri, char *buf, size_t buflen) /* {{{ */ in dsn_from_uri()
/PHP-7.1/ext/curl/
H A Dinterface.c1768 static size_t curl_passwd(void *ctx, char *prompt, char *buf, int buflen) in curl_passwd()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c1092 cdf_print_classid(char *buf, size_t buflen, const cdf_classid_t *id) in cdf_print_classid()
/PHP-7.1/ext/snmp/
H A Dsnmp.c545 int buflen = sizeof(sbuf) - 1; in php_snmp_getvalue() local

Completed in 91 milliseconds

12