Home
last modified time | relevance | path

Searched defs:data (Results 151 – 175 of 267) sorted by path

1234567891011

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_context.c56 static void *default_malloc(size_t size, void *data) in default_malloc()
63 static void default_free(void *block, void *data) in default_free()
H A Dpcre2_dfa_match.c298 int data; /* Some use extra data */ member
H A Dpcre2_jit_neon_inc.h192 vect_t data = VLD1Q(str_ptr); in FF_FUN() local
H A Dpcre2_serialize.c82 pcre2_serialized_data *data; in pcre2_serialize_encode() local
166 const pcre2_serialized_data *data = (const pcre2_serialized_data *)bytes; in pcre2_serialize_decode() local
261 const pcre2_serialized_data *data = (const pcre2_serialized_data *)bytes; in pcre2_serialize_get_number_of_codes() local
/PHP-8.2/ext/pcre/
H A Dphp_pcre.c96 static void php_pcre_free_char_table(zval *data) in php_pcre_free_char_table()
165 static void php_free_pcre_cache(zval *data) /* {{{ */ in php_free_pcre_cache()
174 static void php_efree_pcre_cache(zval *data) /* {{{ */ in php_efree_pcre_cache()
183 static void *php_pcre_malloc(PCRE2_SIZE size, void *data) in php_pcre_malloc()
188 static void php_pcre_free(void *block, void *data) in php_pcre_free()
193 static void *php_pcre_emalloc(PCRE2_SIZE size, void *data) in php_pcre_emalloc()
198 static void php_pcre_efree(void *block, void *data) in php_pcre_efree()
512 static int pcre_clean_cache(zval *data, void *arg) in pcre_clean_cache()
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c1251 zval data, *return_all = NULL; in PHP_METHOD() local
/PHP-8.2/ext/pdo_dblib/
H A Ddblib_stmt.c305 static void pdo_dblib_stmt_stringify_col(int coltype, LPBYTE data, DBINT data_len, zval *zv) in pdo_dblib_stmt_stringify_col()
349 LPBYTE data; in pdo_dblib_stmt_get_col() local
/PHP-8.2/ext/pdo_firebird/
H A Dfirebird_statement.c512 zval data; in php_firebird_bind_blob() local
/PHP-8.2/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h129 char *data; member
/PHP-8.2/ext/pgsql/
H A Dpgsql.stub.php752 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
758 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
/PHP-8.2/ext/phar/
H A Ddirstream.c43 HashTable *data = (HashTable *)stream->abstract; in phar_dir_close() local
60 HashTable *data = (HashTable *)stream->abstract; in phar_dir_seek() local
92 HashTable *data = (HashTable *)stream->abstract; in phar_dir_read() local
171 HashTable *data; in phar_make_dirstream() local
H A Dfunc_interceptors.c493 phar_entry_info *data = NULL; in phar_file_stat() local
H A Dphar_internal.h410 phar_entry_fp_info *data; in phar_set_fp_type() local
H A Dphar_object.c873 zval *mungvalues, *data; in PHP_METHOD() local
1391 phar_entry_data *data; in phar_build() local
3591 phar_entry_data *data; in phar_add_file() local
3684 phar_entry_data *data; in phar_mkdir() local
H A Dstream.c374 phar_entry_data *data = (phar_entry_data *)stream->abstract; in phar_stream_read() local
405 phar_entry_data *data = (phar_entry_data *)stream->abstract; in phar_stream_seek() local
449 phar_entry_data *data = (phar_entry_data *) stream->abstract; in phar_stream_write() local
474 phar_entry_data *data = (phar_entry_data *) stream->abstract; in phar_stream_flush() local
494 void phar_dostat(phar_archive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, bool is_t… in phar_dostat()
546 phar_entry_data *data = (phar_entry_data *)stream->abstract; in phar_stream_stat() local
H A Dutil.c2008 static int phar_update_cached_entry(zval *data, void *argument) /* {{{ */ in phar_update_cached_entry()
/PHP-8.2/ext/random/
H A Dengine_combinedlcg.c67 static bool serialize(php_random_status *status, HashTable *data) in serialize()
80 static bool unserialize(php_random_status *status, HashTable *data) in unserialize()
H A Dengine_mt19937.c172 static bool serialize(php_random_status *status, HashTable *data) in serialize()
189 static bool unserialize(php_random_status *status, HashTable *data) in unserialize()
H A Dengine_pcgoneseq128xslrr64.c68 static bool serialize(php_random_status *status, HashTable *data) in serialize()
85 static bool unserialize(php_random_status *status, HashTable *data) in unserialize()
H A Dengine_xoshiro256starstar.c123 static bool serialize(php_random_status *status, HashTable *data) in serialize()
136 static bool unserialize(php_random_status *status, HashTable *data) in unserialize()
H A Drandom.stub.php53 public function __unserialize(array $data): void {}
74 public function __unserialize(array $data): void {}
98 public function __unserialize(array $data): void {}
155 public function __unserialize(array $data): void {}
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c147 zend_attribute *data; member
1109 static void reflection_attribute_factory(zval *object, HashTable *attributes, zend_attribute *data, in reflection_attribute_factory()
/PHP-8.2/ext/session/
H A Dmod_files.c106 static char *ps_files_path_create(char *buf, size_t buflen, ps_files *data, const zend_string *key) in ps_files_path_create()
138 static void ps_files_close(ps_files *data) in ps_files_close()
151 static void ps_files_open(ps_files *data, /* const */ zend_string *key) in ps_files_open()
226 static zend_result ps_files_write(ps_files *data, zend_string *key, zend_string *val) in ps_files_write()
334 static zend_result ps_files_key_exists(ps_files *data, const zend_string *key) in ps_files_key_exists()
365 ps_files *data; in PS_OPEN_FUNC() local
H A Dmod_mm.c45 void *data; member
67 static inline uint32_t ps_sd_hash(const zend_string *data) in ps_sd_hash()
81 static void hash_split(ps_mm *data) in hash_split()
110 static ps_sd *ps_sd_new(ps_mm *data, zend_string *key) in ps_sd_new()
148 static void ps_sd_destroy(ps_mm *data, ps_sd *sd) in ps_sd_destroy()
174 static ps_sd *ps_sd_lookup(ps_mm *data, const zend_string *key, bool rw) in ps_sd_lookup()
203 static zend_result ps_mm_key_exists(ps_mm *data, const zend_string *key) in ps_mm_key_exists()
223 static zend_result ps_mm_initialize(ps_mm *data, const char *path) in ps_mm_initialize()
242 static void ps_mm_destroy(ps_mm *data) in ps_mm_destroy()
H A Dphp_session.h134 zval data; /* the array exported to session data */ member

Completed in 172 milliseconds

1234567891011