Home
last modified time | relevance | path

Searched defs:buf (Results 201 – 225 of 266) sorted by relevance

1234567891011

/php-src/ext/standard/
H A Dcrypt_sha256.c698 char buf[1000]; in main() local
H A Dcrypt_sha512.c768 char buf[1000]; in main() local
/php-src/Zend/
H A Dzend_interfaces.c438 ZEND_API int zend_user_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, si… in zend_user_unserialize()
/php-src/ext/phar/
H A Dzip.c230 char buf[sizeof(locator) + 65536]; in phar_parse_zipfile() local
H A Dphar.c1592 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) … in phar_strnstr()
2760 smart_str buf = {0}; in phar_flush() local
/php-src/ext/spl/
H A Dspl_observer.c770 smart_str buf = {0}; in PHP_METHOD() local
818 char *buf; in PHP_METHOD() local
H A Dspl_directory.c1869 char *buf; in spl_filesystem_file_read_ex() local
1941 char *buf = estrndup(intern->u.file.current_line, buf_len); in spl_filesystem_file_read_csv() local
2543 char buf[2]; in PHP_METHOD() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.h57 int *buf; /* True buffer pointer. */ member
H A Ddasm_mips.h57 int *buf; /* True buffer pointer. */ member
H A Ddasm_arm.h58 int *buf; /* True buffer pointer. */ member
H A Ddasm_x86.h56 int *buf; /* True buffer pointer. */ member
H A Ddasm_arm64.h60 int *buf; /* True buffer pointer. */ member
/php-src/ext/sockets/
H A Dmulticast.c752 char *buf = NULL, local
/php-src/ext/random/
H A Drandom.c640 char buf[64 + 1]; local
/php-src/ext/mysqli/
H A Dmysqli.c588 char buf[32]; in PHP_MINFO_FUNCTION() local
/php-src/main/
H A Dphp_variables.c430 char buf[SAPI_POST_HANDLER_BUFSIZ] = {0}; in SAPI_POST_HANDLER_FUNC() local
/php-src/ext/snmp/
H A Dsnmp.c239 char *buf = &(sbuf[0]); in php_snmp_getvalue() local
386 char buf[2048]; in php_snmp_internal() local
/php-src/ext/opcache/jit/
H A Dzend_jit.c723 smart_str buf = {0}; in zend_jit_func_name() local
3458 ZEND_EXT_API void zend_jit_startup(void *buf, size_t size, bool reattached) in zend_jit_startup()
/php-src/sapi/litespeed/
H A Dlsapilib.c98 uint32 buf[4]; member
244 char buf[1024]; in LSAPI_Log() local
4129 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse()
4160 void lsapi_MD5Update(struct lsapi_MD5Context *ctx, unsigned char const *buf, unsigned len) in lsapi_MD5Update()
/php-src/ext/ffi/
H A Dffi.c1485 char buf[MAX_TYPE_NAME_LEN]; member
1488 static bool zend_ffi_ctype_name_prepend(zend_ffi_ctype_name_buf *buf, const char *str, size_t len) … in zend_ffi_ctype_name_prepend()
1499 static bool zend_ffi_ctype_name_append(zend_ffi_ctype_name_buf *buf, const char *str, size_t len) /… in zend_ffi_ctype_name_append()
1509 static bool zend_ffi_ctype_name(zend_ffi_ctype_name_buf *buf, const zend_ffi_type *type) /* {{{ */ in zend_ffi_ctype_name()
1733 zend_ffi_ctype_name_buf buf; in zend_ffi_get_class_name() local
3254 struct stat buf; in zend_ffi_load() local
4628 zend_ffi_ctype_name_buf buf; in ZEND_METHOD() local
/php-src/ext/opcache/
H A DZendAccelerator.c1243 char buf[32]; in accel_make_persistent_key() local
1287 char buf[32]; in accel_make_persistent_key() local
2629 struct stat buf; in accel_activate() local
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c479 char buf[512]; in php_firebird_set_error() local
/php-src/ext/fileinfo/libmagic/
H A Dfile.h451 char *buf; /* Accumulation buffer */ member
606 char *buf; member
/php-src/ext/openssl/
H A Dopenssl.c2091 char buf[256]; in PHP_FUNCTION() local
2114 char buf[32]; in PHP_FUNCTION() local
3545 static int php_openssl_pem_password_cb(char *buf, int size, int rwflag, void *userdata) in php_openssl_pem_password_cb()
4944 char buf[64]; in php_openssl_get_utf8_param() local
6910 char buf[256]; in PHP_FUNCTION() local
7060 unsigned char iv_buf[EVP_MAX_IV_LENGTH + 1], *buf = NULL, **eks; in PHP_FUNCTION() local
7185 unsigned char *buf, *iv_buf; in PHP_FUNCTION() local
/php-src/ext/soap/
H A Dphp_encoding.c635 xmlBufferPtr buf; in to_zval_user() local
2858 char *buf; in to_xml_datetime_ex() local
3092 xmlBufferPtr buf; in to_zval_any() local

Completed in 183 milliseconds

1234567891011