/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_out.c | 212 int buflen; in phpdbg_log_internal() local 228 int buflen; in phpdbg_out_internal() local
|
/PHP-8.3/ext/standard/ |
H A D | crypt_sha256.c | 57 uint32_t buflen; member 324 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r() 604 ZEND_TLS int buflen = 0; in php_sha256_crypt() local
|
H A D | crypt_sha512.c | 51 uint64_t buflen; member 359 php_sha512_crypt_r(const char *key, const char *salt, char *buffer, int buflen) { in php_sha512_crypt_r() 651 ZEND_TLS int buflen = 0; in php_sha512_crypt() local
|
H A D | exec.c | 121 size_t buflen, bufl = 0; in php_exec() local
|
/PHP-8.3/main/streams/ |
H A D | transports.c | 400 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen, in php_stream_xport_recvfrom() 469 PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t buflen, in php_stream_xport_sendto()
|
H A D | xp_socket.c | 275 static inline int sock_sendto(php_netstream_data_t *sock, const char *buf, size_t buflen, int flags, in sock_sendto() 292 static inline int sock_recvfrom(php_netstream_data_t *sock, char *buf, size_t buflen, int flags, in sock_recvfrom()
|
H A D | php_stream_filter_api.h | 45 size_t buflen; member
|
H A D | filter.c | 71 PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, uint8… in php_stream_bucket_new()
|
H A D | php_stream_transport.h | 145 size_t buflen; member
|
H A D | streams.c | 1520 size_t len = 0, buflen; in _php_stream_copy_to_mem() local
|
/PHP-8.3/ext/posix/ |
H A D | posix.c | 454 zend_long buflen; in PHP_FUNCTION() local 788 long buflen; in PHP_FUNCTION() local 928 long buflen; in PHP_FUNCTION() local
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_loaddata.c | 145 unsigned int buflen = 4096; in mysqlnd_handle_local_infile() local
|
/PHP-8.3/win32/ |
H A D | registry.c | 288 DWORD buflen = MAXPATHLEN; in GetIniPathFromRegistry() local
|
/PHP-8.3/ext/session/ |
H A D | mod_files.c | 107 static char *ps_files_path_create(char *buf, size_t buflen, ps_files *data, const zend_string *key) in ps_files_path_create()
|
/PHP-8.3/ext/intl/locale/ |
H A D | locale_methods.c | 352 int32_t buflen = 512; in get_icu_value_internal() local 565 int32_t buflen = 512; in get_icu_disp_value_src_php() local
|
/PHP-8.3/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 57 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_utf82ucs2()
|
/PHP-8.3/ext/mysqli/ |
H A D | php_mysqli_structs.h | 43 zend_ulong buflen; member
|
/PHP-8.3/main/ |
H A D | SAPI.c | 234 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen) in sapi_read_post_block()
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_dbh.c | 210 static char *dsn_from_uri(char *uri, char *buf, size_t buflen) /* {{{ */ in dsn_from_uri()
|
/PHP-8.3/ext/snmp/ |
H A D | snmp.c | 241 int buflen = sizeof(sbuf) - 1; in php_snmp_getvalue() local
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | cdf.c | 1227 cdf_print_classid(char *buf, size_t buflen, const cdf_classid_t *id) in cdf_print_classid()
|