Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c901 static void phpdbg_encode_ctrl_chars(char **buf, int *buflen) { in phpdbg_encode_ctrl_chars()
931 int msgoutlen, xmloutlen, buflen; in phpdbg_process_print() local
1190 int buflen; in phpdbg_xml_internal() local
1213 int buflen; in phpdbg_log_internal() local
1229 int buflen; in phpdbg_out_internal() local
H A Dphpdbg_rinit_hook.c59 ssize_t buflen; in PHP_RINIT_FUNCTION() local
/PHP-8.0/ext/standard/
H A Dcrypt_sha256.c58 uint32_t buflen; member
325 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r()
588 ZEND_TLS int buflen = 0; in php_sha256_crypt() local
H A Dcrypt_sha512.c52 uint64_t buflen; member
360 php_sha512_crypt_r(const char *key, const char *salt, char *buffer, int buflen) { in php_sha512_crypt_r()
635 ZEND_TLS int buflen = 0; in php_sha512_crypt() local
H A Dexec.c121 size_t buflen, bufl = 0; in php_exec() local
/PHP-8.0/ext/posix/
H A Dposix.c516 zend_long buflen; in PHP_FUNCTION() local
787 long buflen; in PHP_FUNCTION() local
917 long buflen; in PHP_FUNCTION() local
/PHP-8.0/main/streams/
H A Dtransports.c395 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen, in php_stream_xport_recvfrom()
464 PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t buflen, in php_stream_xport_sendto()
H A Dxp_socket.c252 static inline int sock_sendto(php_netstream_data_t *sock, const char *buf, size_t buflen, int flags, in sock_sendto()
269 static inline int sock_recvfrom(php_netstream_data_t *sock, char *buf, size_t buflen, int flags, in sock_recvfrom()
H A Dphp_stream_filter_api.h45 size_t buflen; member
H A Dfilter.c71 PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, uint8… in php_stream_bucket_new()
H A Dphp_stream_transport.h145 size_t buflen; member
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_loaddata.c145 unsigned int buflen = 4096; in mysqlnd_handle_local_infile() local
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_stmt.c57 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_utf82ucs2()
92 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_ucs22utf8()
/PHP-8.0/win32/
H A Dregistry.c288 DWORD buflen = MAXPATHLEN; in GetIniPathFromRegistry() local
/PHP-8.0/ext/session/
H A Dmod_files.c107 static char *ps_files_path_create(char *buf, size_t buflen, ps_files *data, const char *key) in ps_files_path_create()
/PHP-8.0/ext/intl/locale/
H A Dlocale_methods.c258 int32_t buflen = 512; in get_icu_value_internal() local
471 int32_t buflen = 512; in get_icu_disp_value_src_php() local
/PHP-8.0/ext/mysqli/
H A Dphp_mysqli_structs.h62 zend_ulong buflen; member
/PHP-8.0/main/
H A DSAPI.c228 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen) in sapi_read_post_block()
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c209 static char *dsn_from_uri(char *uri, char *buf, size_t buflen) /* {{{ */ in dsn_from_uri()
/PHP-8.0/ext/snmp/
H A Dsnmp.c264 int buflen = sizeof(sbuf) - 1; in php_snmp_getvalue() local
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcdf.c1218 cdf_print_classid(char *buf, size_t buflen, const cdf_classid_t *id) in cdf_print_classid()

Completed in 96 milliseconds