Home
last modified time | relevance | path

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

1234567891011

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dunicode.c196 char buf[PROPERTY_NAME_MAX_SIZE]; in onigenc_unicode_property_name_to_ctype() local
/PHP-7.2/ext/oci8/
H A Doci8_lob.c711 char buf[8192]; in php_oci_lob_import() local
H A Doci8_statement.c504 dvoid *buf; in php_oci_statement_execute() local
/PHP-7.2/ext/standard/
H A Dcrypt_blowfish.c840 } buf; in php_crypt_blowfish_rn() local
H A Dcrypt_sha512.c765 char buf[1000]; in main() local
H A Dcrypt_sha256.c699 char buf[1000]; in main() local
/PHP-7.2/ext/curl/
H A Dphp_curl.h135 smart_str buf; member
H A Dinterface.c1746 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
1766 static size_t curl_passwd(void *ctx, char *prompt, char *buf, int buflen) in curl_passwd()
/PHP-7.2/win32/
H A Dioutil.h469 __forceinline static char *php_win32_ioutil_getcwd(char *buf, int len) in php_win32_ioutil_getcwd()
/PHP-7.2/sapi/litespeed/
H A Dlscriu.c393 char buf[0x1000]; in LSCRIU_Restored_Error() local
H A Dlsapilib.c97 uint32 buf[4]; member
243 char buf[1024]; in LSAPI_Log() local
3876 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse()
3907 void lsapi_MD5Update(struct lsapi_MD5Context *ctx, unsigned char const *buf, unsigned len) in lsapi_MD5Update()
/PHP-7.2/Zend/
H A Dzend_gc.c712 gc_root_buffer *buf = GC_G(unused); in gc_add_garbage() local
H A Dzend_operators.c535 char buf[sizeof("Resource id #") + MAX_LENGTH_OF_LONG]; in _convert_to_string() local
853 char buf[sizeof("Resource id #") + MAX_LENGTH_OF_LONG]; in _zval_get_string_func() local
2873 char buf[MAX_LENGTH_OF_LONG + 1]; local
/PHP-7.2/ext/com_dotnet/
H A Dcom_wrapper.c75 char buf[4096]; in trace() local
/PHP-7.2/ext/phar/
H A Dzip.c169 char buf[sizeof(locator) + 65536]; in phar_parse_zipfile() local
H A Dphar.c1538 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) …
3251 static size_t phar_zend_stream_reader(void *handle, char *buf, size_t len) /* {{{ */
/PHP-7.2/ext/spl/
H A Dspl_dllist.c1136 smart_str buf = {0}; in SPL_METHOD() local
1181 char *buf; in SPL_METHOD() local
H A Dspl_directory.c2041 char *buf; in spl_filesystem_file_read() local
2154 char *buf = estrndup(intern->u.file.current_line, buf_len); in spl_filesystem_file_read_csv() local
2816 char buf[2]; in SPL_METHOD() local
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfile.h394 char *buf; /* Accumulation buffer */ member
495 char *buf; member
/PHP-7.2/ext/openssl/
H A Dopenssl.c2315 char buf[256]; in PHP_FUNCTION() local
2334 char buf[32]; in PHP_FUNCTION() local
3697 static int php_openssl_pem_password_cb(char *buf, int size, int rwflag, void *userdata) in php_openssl_pem_password_cb()
5865 char buf[256]; in PHP_FUNCTION() local
6026 unsigned char iv_buf[EVP_MAX_IV_LENGTH + 1], *buf = NULL, **eks; in PHP_FUNCTION() local
6155 unsigned char *buf, *iv_buf; in PHP_FUNCTION() local
/PHP-7.2/main/
H A DSAPI.c901 char buf[255]; in sapi_send_headers() local
/PHP-7.2/ext/sockets/
H A Dmulticast.c764 char *buf = NULL, local
/PHP-7.2/ext/mysqli/
H A Dphp_mysqli_structs.h109 VAR_BUFFER *buf; member
/PHP-7.2/ext/snmp/
H A Dsnmp.c536 char *buf = &(sbuf[0]); in php_snmp_getvalue() local
683 char buf[2048]; in php_snmp_internal() local
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c1076 static size_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count) in php_sqlite3_stream_write()
1105 static size_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count) in php_sqlite3_stream_read()

Completed in 213 milliseconds

1234567891011