Home
last modified time | relevance | path

Searched defs:buf (Results 76 – 100 of 235) sorted by last modified time

12345678910

/PHP-7.4/ext/soap/
H A Dsoap.c1492 xmlChar *buf; local
2045 xmlChar *buf; local
2509 char *buf; local
2942 smart_str buf = {0}; local
2970 smart_str buf = {0}; local
3065 zend_string *buf; local
4579 static void function_to_string(sdlFunctionPtr function, smart_str *buf) /* {{{ */
4641 static void model_to_string(sdlContentModelPtr model, smart_str *buf, int level) /* {{{ */
4674 static void type_to_string(sdlTypePtr type, smart_str *buf, int level) /* {{{ */
H A Dphp_schema.c459 char buf[MAX_LENGTH_OF_LONG + 1]; in schema_list() local
556 char buf[MAX_LENGTH_OF_LONG + 1]; in schema_union() local
1927 char buf[MAX_LENGTH_OF_LONG + 1]; in schema_attribute() local
H A Dphp_http.c41 zend_string *buf; in proxy_authentication() local
70 zend_string* buf; in basic_authentication() local
337 zend_string *buf, in make_http_soap_request()
809 zend_string *buf; in make_http_soap_request() local
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c590 zend_string *buf; in fetch_value() local
/PHP-7.4/main/streams/
H A Duserspace.c592 static ssize_t php_userstreamop_write(php_stream *stream, const char *buf, size_t count) in php_userstreamop_write()
646 static ssize_t php_userstreamop_read(php_stream *stream, char *buf, size_t count) in php_userstreamop_read()
1418 static ssize_t php_userstreamop_readdir(php_stream *stream, char *buf, size_t count) in php_userstreamop_readdir()
H A Dxp_socket.c59 static ssize_t php_sockop_write(php_stream *stream, const char *buf, size_t count) in php_sockop_write()
151 static ssize_t php_sockop_read(php_stream *stream, char *buf, size_t count) in php_sockop_read()
251 static inline int sock_sendto(php_netstream_data_t *sock, const char *buf, size_t buflen, int flags, in sock_sendto()
268 static inline int sock_recvfrom(php_netstream_data_t *sock, char *buf, size_t buflen, int flags, in sock_recvfrom()
321 char buf; in php_sockop_set_option() local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c998 struct sljit_memory_fragment *buf; in sljit_generate_code() local
H A DsljitNativeX86_common.c490 struct sljit_memory_fragment *buf; in sljit_generate_code() local
H A DsljitNativePPC_common.c381 struct sljit_memory_fragment *buf; in sljit_generate_code() local
H A DsljitNativeSPARC_common.c295 struct sljit_memory_fragment *buf; in sljit_generate_code() local
H A DsljitNativeMIPS_common.c504 struct sljit_memory_fragment *buf; in sljit_generate_code() local
H A DsljitNativeARM_T2_32.c362 struct sljit_memory_fragment *buf; in sljit_generate_code() local
H A DsljitNativeARM_32.c579 struct sljit_memory_fragment *buf; in sljit_generate_code() local
H A DsljitNativeARM_64.c236 struct sljit_memory_fragment *buf; in sljit_generate_code() local
H A DsljitLir.c456 struct sljit_memory_fragment *buf; in sljit_free_compiler() local
603 struct sljit_memory_fragment *buf = compiler->buf; in reverse_buf() local
H A DsljitLir.h388 struct sljit_memory_fragment *buf; member
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h93 VAR_BUFFER *buf; member
/PHP-7.4/main/
H A Dnetwork.c627 char *buf = NULL; local
1026 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize)
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c127 static ssize_t pgsql_lob_write(php_stream *stream, const char *buf, size_t count) in pgsql_lob_write()
133 static ssize_t pgsql_lob_read(php_stream *stream, char *buf, size_t count) in pgsql_lob_read()
701 char *buf; in PHP_METHOD() local
933 zend_string *buf = strpprintf(0, ZEND_ULONG_FMT, (zend_long) lfd); in PHP_METHOD() local
/PHP-7.4/ext/exif/
H A Dexif.c1415 static char *exif_get_tagname_key(int tag_num, char *buf, size_t buf_size, tag_table_type tag_table) in exif_get_tagname_key()
1430 static unsigned char buf[4096+1]; in exif_char_dump() local
2053 char *buf; in exif_error_docref() 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()
/PHP-7.4/ext/sodium/
H A Dlibsodium.c685 char *buf = Z_STRVAL(*buf_zv); in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c272 void *buf,
300 void *buf)
333 void *buf)
574 void *buf)
636 void *buf)
808 void *buf)
895 void *mem, *buf; local
1029 void *buf)
1097 zend_type *type, zend_persistent_script *script, void *buf)
1503 void *buf)
[all …]
/PHP-7.4/ext/sockets/
H A Dconversions.c222 char buf[sizeof("element #4294967295")]; in from_array_iterate() local
923 char buf[sizeof("element #4294967295")]; in from_zval_write_control_array() local
1016 char buf[sizeof("element #4294967295")]; in to_zval_read_control_array() local
1212 zend_string *buf = zend_string_alloc(len, 0); in to_zval_read_iov() local
1215 ZSTR_VAL(buf)[ZSTR_LEN(buf)] = '\0'; in to_zval_read_iov() local
/PHP-7.4/win32/
H A Dioutil.h492 __forceinline static char *php_win32_ioutil_getcwd(char *buf, size_t len) in php_win32_ioutil_getcwd()
747 __forceinline static int php_win32_ioutil_stat_ex(const char *path, php_win32_ioutil_stat_t *buf, i… in php_win32_ioutil_stat_ex()
764 #define php_win32_ioutil_stat(path, buf) php_win32_ioutil_stat_ex(path, buf, 0) argument
765 #define php_win32_ioutil_lstat(path, buf) php_win32_ioutil_stat_ex(path, buf, 1) argument
769 __forceinline static ssize_t php_win32_ioutil_readlink(const char *path, char *buf, size_t buf_len) in php_win32_ioutil_readlink()

Completed in 189 milliseconds

12345678910