Home
last modified time | relevance | path

Searched defs:buf (Results 176 – 200 of 235) sorted by relevance

12345678910

/PHP-7.4/ext/spl/
H A Dspl_observer.c699 smart_str buf = {0}; in SPL_METHOD() local
751 char *buf; in SPL_METHOD() local
H A Dspl_dllist.c1130 smart_str buf = {0}; in SPL_METHOD() local
1174 char *buf; in SPL_METHOD() local
H A Dspl_directory.c2019 char *buf; in spl_filesystem_file_read() local
2139 char *buf = estrndup(intern->u.file.current_line, buf_len); in spl_filesystem_file_read_csv() local
2823 char buf[2]; in SPL_METHOD() local
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c174 char buf[32]; in PHP_MINFO_FUNCTION() local
1712 char buf[16]; in PHP_FUNCTION() local
/PHP-7.4/ext/curl/
H A Dphp_curl.h130 smart_str buf; member
/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c683 char buf[1000]; in main() local
H A Dcrypt_sha512.c749 char buf[1000]; in main() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_wrapper.c73 char buf[4096]; in trace() local
/PHP-7.4/ext/phar/
H A Dzip.c199 char buf[sizeof(locator) + 65536]; in phar_parse_zipfile() local
H A Dphar.c1547 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) … in phar_strnstr()
3252 static ssize_t phar_zend_stream_reader(void *handle, char *buf, size_t len) /* {{{ */ in phar_zend_stream_reader()
/PHP-7.4/main/
H A Dphp_variables.c386 char buf[SAPI_POST_HANDLER_BUFSIZ] = {0}; in SAPI_POST_HANDLER_FUNC() local
H A DSAPI.c895 char buf[255]; in sapi_send_headers() local
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c99 uint32 buf[4]; member
245 char buf[1024]; in LSAPI_Log() local
4109 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse()
4140 void lsapi_MD5Update(struct lsapi_MD5Context *ctx, unsigned char const *buf, unsigned len) in lsapi_MD5Update()
/PHP-7.4/ext/openssl/
H A Dopenssl.c2382 char buf[256]; in PHP_FUNCTION() local
2401 char buf[32]; in PHP_FUNCTION() local
3779 static int php_openssl_pem_password_cb(char *buf, int size, int rwflag, void *userdata) in php_openssl_pem_password_cb()
5998 char buf[256]; in PHP_FUNCTION() local
6158 unsigned char iv_buf[EVP_MAX_IV_LENGTH + 1], *buf = NULL, **eks; in PHP_FUNCTION() local
6289 unsigned char *buf, *iv_buf; in PHP_FUNCTION() local
/PHP-7.4/ext/sockets/
H A Dmulticast.c760 char *buf = NULL, local
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h93 VAR_BUFFER *buf; member
H A Dmysqli.c972 char buf[32]; in PHP_MINFO_FUNCTION() local
/PHP-7.4/ext/snmp/
H A Dsnmp.c530 char *buf = &(sbuf[0]); in php_snmp_getvalue() local
677 char buf[2048]; in php_snmp_internal() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h409 char *buf; /* Accumulation buffer */ member
518 char *buf; member
H A Dapprentice.c2237 char *buf = CAST(char *, CAST(void *, m)) + off; in parse_extra() local
3245 char *buf; local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1178 char buf[32]; in accel_make_persistent_key() local
1221 char buf[32]; in accel_make_persistent_key() local
2389 struct stat buf; in accel_activate() local
/PHP-7.4/ext/oci8/
H A Doci8_statement.c504 dvoid *buf; in php_oci_statement_execute() local
/PHP-7.4/ext/ffi/
H A Dffi.c1384 char buf[MAX_TYPE_NAME_LEN]; member
1387 static int zend_ffi_ctype_name_prepend(zend_ffi_ctype_name_buf *buf, const char *str, size_t len) /… in zend_ffi_ctype_name_prepend()
1398 static int zend_ffi_ctype_name_append(zend_ffi_ctype_name_buf *buf, const char *str, size_t len) /*… in zend_ffi_ctype_name_append()
1409 static int zend_ffi_ctype_name(zend_ffi_ctype_name_buf *buf, const zend_ffi_type *type) /* {{{ */ in zend_ffi_ctype_name()
1633 zend_ffi_ctype_name_buf buf; in zend_ffi_get_class_name() local
3134 struct stat buf; in zend_ffi_load() local
/PHP-7.4/ext/soap/
H A Dphp_encoding.c633 xmlBufferPtr buf; in to_zval_user() local
2841 char *buf; in to_xml_datetime_ex() local
3062 xmlBufferPtr buf; in to_zval_any() local
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1128 static ssize_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count) in php_sqlite3_stream_write()
1157 static ssize_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count) in php_sqlite3_stream_read()

Completed in 198 milliseconds

12345678910