Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 223) sorted by relevance

123456789

/php-src/ext/dom/lexbor/lexbor/core/
H A Dshs.c15 #define lexbor_shs_make_id_m(key, size, table_size) \ argument
18 #define lexbor_shs_make_id_lower_m(key, size, table_size) \ argument
25 #define lexbor_shs_make_id_upper_m(key, size, table_size) \ argument
35 const lxb_char_t *key, size_t key_len) in lexbor_shs_entry_get_static()
64 const lxb_char_t *key, size_t key_len) in lexbor_shs_entry_get_lower_static()
93 const lxb_char_t *key, size_t key_len) in lexbor_shs_entry_get_upper_static()
H A Dhash.c96 const lxb_char_t *key, size_t length) in _lexbor_hash_entry_create()
187 const lxb_char_t *key, size_t length) in lexbor_hash_insert()
228 const lxb_char_t *key, size_t length) in lexbor_hash_insert_by_entry()
267 const lxb_char_t *key, size_t length) in lexbor_hash_remove()
275 const lxb_char_t *key, size_t length) in lexbor_hash_search()
343 lexbor_hash_make_id(const lxb_char_t *key, size_t length) in lexbor_hash_make_id()
362 lexbor_hash_make_id_lower(const lxb_char_t *key, size_t length) in lexbor_hash_make_id_lower()
381 lexbor_hash_make_id_upper(const lxb_char_t *key, size_t length) in lexbor_hash_make_id_upper()
401 const lxb_char_t *key, size_t length) in lexbor_hash_copy()
426 const lxb_char_t *key, size_t length) in lexbor_hash_copy_lower()
[all …]
H A Dshs.h20 char *key; member
29 uint32_t key; member
54 const size_t table_size, const uint32_t key) in lexbor_shs_hash_get_static()
H A Dbst_map.c83 const lxb_char_t *key, size_t key_len) in lexbor_bst_map_search()
114 const lxb_char_t *key, size_t key_len, void *value) in lexbor_bst_map_insert()
131 const lxb_char_t *key, size_t key_len) in lexbor_bst_map_insert_not_exists()
196 const lxb_char_t *key, size_t key_len) in lexbor_bst_map_remove()
H A Dsbst.h20 lxb_char_t key; member
38 const lxb_char_t key) in lexbor_sbst_entry_static_find()
/php-src/ext/dba/libinifile/
H A Dinifile.c48 void inifile_key_free(key_type *key) in inifile_key_free()
113 key_type key; in inifile_key_split() local
128 char * inifile_key_string(const key_type *key) in inifile_key_string()
241 val_type inifile_fetch(inifile *dba, const key_type *key, int skip) { in inifile_fetch()
322 static int inifile_find_group(inifile *dba, const key_type *key, size_t *pos_grp_start) in inifile_find_group()
359 static int inifile_next_group(inifile *dba, const key_type *key, size_t *pos_grp_start) in inifile_next_group()
409 static int inifile_filter(inifile *dba, inifile *from, const key_type *key, bool *found) in inifile_filter()
558 int inifile_delete(inifile *dba, const key_type *key) in inifile_delete()
565 int inifile_delete_ex(inifile *dba, const key_type *key, bool *found) in inifile_delete_ex()
572 int inifile_replace(inifile *dba, const key_type *key, const val_type *value) in inifile_replace()
[all …]
/php-src/ext/sysvshm/
H A Dsysvshm.stub.php13 function shm_attach(int $key, ?int $size = null, int $permissions = 0666): SysvSharedMemory|false {}
17 function shm_has_var(SysvSharedMemory $shm, int $key): bool {}
21 function shm_put_var(SysvSharedMemory $shm, int $key, mixed $value): bool {}
23 function shm_get_var(SysvSharedMemory $shm, int $key): mixed {}
25 function shm_remove_var(SysvSharedMemory $shm, int $key): bool {}
/php-src/ext/spl/
H A Dspl_array.stub.php15 public function offsetExists(mixed $key): bool {}
18 public function offsetGet(mixed $key): mixed {}
21 public function offsetSet(mixed $key, mixed $value): void {}
24 public function offsetUnset(mixed $key): void {}
100 public function offsetExists(mixed $key): bool {}
106 public function offsetGet(mixed $key): mixed {}
112 public function offsetSet(mixed $key, mixed $value): void {}
118 public function offsetUnset(mixed $key): void {}
217 public function key(): string|int|null {} function in ArrayIterator
H A Dspl_iterators.stub.php14 public function key(): never {} function in EmptyIterator
74 public function key(): mixed {} function in RecursiveIteratorIterator
139 public function key(): mixed {} function in IteratorIterator
251 public function offsetGet($key): mixed {}
257 public function offsetSet($key, mixed $value): void {}
263 public function offsetUnset($key): void {}
269 public function offsetExists($key): bool {}
300 public function key(): mixed {} function in NoRewindIterator
434 public function key(): mixed {} function in RecursiveTreeIterator
/php-src/ext/dba/
H A Ddba.stub.php32 function dba_exists(string|array $key, Dba\Connection $dba): bool {}
38 function dba_fetch(string|array $key, $dba, $skip = 0): string|false {}
41 function dba_key_split(string|false|null $key): array|false {}
47 function dba_delete(string|array $key, Dba\Connection $dba): bool {}
49 function dba_insert(string|array $key, string $value, Dba\Connection $dba): bool {}
51 function dba_replace(string|array $key, string $value, Dba\Connection $dba): bool {}
H A Ddba_cdb.c137 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len) argument
138 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len) argument
141 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len) argument
142 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len) argument
244 zend_string *key; in DBA_FIRSTKEY_FUNC() local
270 ZSTR_VAL(key)[klen] = 0; in DBA_FIRSTKEY_FUNC() local
284 zend_string *key; in DBA_NEXTKEY_FUNC() local
301 ZSTR_VAL(key)[klen] = 0; in DBA_NEXTKEY_FUNC() local
/php-src/ext/opcache/
H A Dzend_accelerator_hash.c74 zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_hash, zend_string *key, bool i… in zend_accel_hash_update()
141 …lways_inline void* zend_accel_hash_find_ex(zend_accel_hash *accel_hash, zend_string *key, int data) in zend_accel_hash_find_ex()
179 void* zend_accel_hash_find(zend_accel_hash *accel_hash, zend_string *key) in zend_accel_hash_find()
187 zend_accel_hash_entry* zend_accel_hash_find_entry(zend_accel_hash *accel_hash, zend_string *key) in zend_accel_hash_find_entry()
192 int zend_accel_hash_unlink(zend_accel_hash *accel_hash, zend_string *key) in zend_accel_hash_unlink()
/php-src/ext/gd/libgd/
H A Dgdcache.c153 int key; member
159 cacheTest (void *map, void *key) in cacheTest()
165 cacheFetch (char **error, void *key) in cacheFetch()
187 int elem, key; in main() local
/php-src/sapi/fuzzer/corpus/json/
H A D5.json3 {"":"value", "key":"value"}, string
4 {"key":"value", "":"value"} string
/php-src/Zend/
H A Dzend_weakrefs.h35 static zend_always_inline void *zend_weakrefs_hash_add_ptr(HashTable *ht, zend_object *key, void *p… in zend_weakrefs_hash_add_ptr()
60 static zend_always_inline zend_object *zend_weakref_key_to_object(zend_ulong key) in zend_weakref_key_to_object()
H A Dzend_hash.h96 zend_string *key; member
232 static zend_always_inline bool zend_hash_exists(const HashTable *ht, zend_string *key) in zend_hash_exists()
409 #define ZEND_HANDLE_NUMERIC_STR(key, length, idx) \ argument
412 #define ZEND_HANDLE_NUMERIC(key, idx) \ argument
416 static zend_always_inline zval *zend_hash_find_ind(const HashTable *ht, zend_string *key) in zend_hash_find_ind()
436 static zend_always_inline bool zend_hash_exists_ind(const HashTable *ht, zend_string *key) in zend_hash_exists_ind()
500 static zend_always_inline zend_result zend_symtable_del(HashTable *ht, zend_string *key) in zend_symtable_del()
524 static zend_always_inline zval *zend_symtable_find(const HashTable *ht, zend_string *key) in zend_symtable_find()
548 static zend_always_inline bool zend_symtable_exists(HashTable *ht, zend_string *key) in zend_symtable_exists()
560 static zend_always_inline bool zend_symtable_exists_ind(HashTable *ht, zend_string *key) in zend_symtable_exists_ind()
[all …]
/php-src/ext/session/
H A Dmod_user_class.c93 zend_string *key; in PHP_METHOD() local
112 zend_string *key, *val; in PHP_METHOD() local
127 zend_string *key; in PHP_METHOD() local
H A Dmod_files.c107 static char *ps_files_path_create(char *buf, size_t buflen, ps_files *data, const zend_string *key) in ps_files_path_create()
152 static void ps_files_open(ps_files *data, /* const */ zend_string *key) in ps_files_open()
227 static zend_result ps_files_write(ps_files *data, zend_string *key, zend_string *val) in ps_files_write()
335 static zend_result ps_files_key_exists(ps_files *data, const zend_string *key) in ps_files_key_exists()
/php-src/ext/dom/
H A Dhtml_collection.c34 static dom_named_item dom_html_collection_named_item(zend_string *key, zend_object *zobj) in dom_html_collection_named_item()
82 static void dom_html_collection_named_item_into_zval(zval *return_value, zend_string *key, zend_obj… in dom_html_collection_named_item_into_zval()
94 zend_string *key; in PHP_METHOD() local
/php-src/ext/standard/
H A Dvar.c42 static void php_array_element_dump(zval *zv, zend_ulong index, zend_string *key, int level) /* {{{ … in php_array_element_dump()
109 zend_string *key; in php_var_dump() local
187 zend_string *key; in php_var_dump() local
250 static void zval_array_element_dump(zval *zv, zend_ulong index, zend_string *key, int level) /* {{{… in zval_array_element_dump()
300 zend_string *key; in php_debug_zval_dump() local
453 static zend_result php_array_element_export(zval *zv, zend_ulong index, zend_string *key, int level… in php_array_element_export()
483 static zend_result php_object_element_export(zval *zv, zend_ulong index, zend_string *key, int leve… in php_object_element_export()
515 zend_string *key; in php_var_export_ex() local
729 zend_ulong key; in php_add_var_hash() local
978 zend_string *key; in php_var_serialize_nested_data() local
[all …]
H A Dmail.c112 static bool php_mail_build_headers_check_field_name(zend_string *key) in php_mail_build_headers_check_field_name()
129 static void php_mail_build_headers_elem(smart_str *s, zend_string *key, zval *val) in php_mail_build_headers_elem()
173 static void php_mail_build_headers_elems(smart_str *s, zend_string *key, zval *val) in php_mail_build_headers_elems()
192 #define PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) \ argument
210 zend_string *key; in php_mail_build_headers() local
/php-src/ext/dba/libcdb/
H A Dcdb.c44 static int cdb_match(struct cdb *c, char *key, unsigned int len, uint32 pos) in cdb_match()
127 int cdb_findnext(struct cdb *c, char *key, unsigned int len) in cdb_findnext()
180 int cdb_find(struct cdb *c, char *key, unsigned int len) in cdb_find()
/php-src/Zend/Optimizer/
H A Dcompact_literals.c102 zend_string *key = zend_create_member_string(Z_STR_P(class_name), Z_STR_P(prop_name)); in add_static_slot() local
119 static inline void bias_key(zend_string *key, uint32_t bias) in bias_key()
134 zend_string *key; in create_str_cache_key() local
166 zend_string *key = NULL; in zend_optimizer_compact_literals() local
/php-src/ext/soap/
H A Dphp_sdl.c503 smart_str key = {0}; in wsdl_soap_binding_header() local
605 smart_str key = {0}; in wsdl_soap_binding_body() local
1838 const zend_string *key; in sdl_serialize_attribute() local
1956 const zend_string *key; in sdl_serialize_type() local
2432 zend_string *key; in make_persistent_sdl_function_headers() local
2496 zend_string *key; in make_persistent_sdl_parameters() local
2538 zend_string *key; in make_persistent_sdl_function_faults() local
2583 zend_string *key; in make_persistent_sdl_attribute() local
2689 zend_string *key; in make_persistent_sdl_type() local
2924 zend_string *key; in make_persistent_sdl() local
[all …]
/php-src/ext/sodium/
H A Dlibsodium.c291 unsigned char *key; in PHP_FUNCTION() local
321 unsigned char *key; in PHP_FUNCTION() local
363 unsigned char *key; in PHP_FUNCTION() local
1212 unsigned char *key; in PHP_FUNCTION() local
1252 unsigned char *key; in PHP_FUNCTION() local
1292 unsigned char *key; in PHP_FUNCTION() local
1332 unsigned char *key; in PHP_FUNCTION() local
1371 unsigned char *key; in PHP_FUNCTION() local
2888 char *key; in PHP_FUNCTION() local
2919 char *key; in PHP_FUNCTION() local
[all …]

Completed in 93 milliseconds

123456789