/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | shs.c | 15 #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 D | hash.c | 96 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 D | shs.h | 20 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 D | bst_map.c | 83 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 D | sbst.h | 20 lxb_char_t key; member 38 const lxb_char_t key) in lexbor_sbst_entry_static_find()
|
/php-src/ext/dba/libinifile/ |
H A D | inifile.c | 48 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 D | sysvshm.stub.php | 13 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 D | spl_array.stub.php | 15 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 D | spl_iterators.stub.php | 14 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 433 public function key(): mixed {} function in RecursiveTreeIterator
|
/php-src/ext/dba/ |
H A D | dba.stub.php | 32 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 D | dba_cdb.c | 137 # 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 D | zend_accelerator_hash.c | 74 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 D | gdcache.c | 153 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 D | 5.json | 3 {"":"value", "key":"value"}, string 4 {"key":"value", "":"value"} string
|
/php-src/ext/session/ |
H A D | mod_user_class.c | 93 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 D | mod_files.c | 107 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 D | html_collection.c | 34 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 D | var.c | 42 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 D | mail.c | 112 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/Zend/ |
H A D | zend_weakrefs.h | 35 static zend_always_inline void *zend_weakrefs_hash_add_ptr(HashTable *ht, zend_object *key, void *p… in zend_weakrefs_hash_add_ptr() 66 static zend_always_inline zend_object *zend_weakref_key_to_object(zend_ulong key) in zend_weakref_key_to_object()
|
H A D | zend_hash.h | 97 zend_string *key; member 233 static zend_always_inline bool zend_hash_exists(const HashTable *ht, zend_string *key) in zend_hash_exists() 418 #define ZEND_HANDLE_NUMERIC_STR(key, length, idx) \ argument 421 #define ZEND_HANDLE_NUMERIC(key, idx) \ argument 425 static zend_always_inline zval *zend_hash_find_ind(const HashTable *ht, zend_string *key) in zend_hash_find_ind() 445 static zend_always_inline bool zend_hash_exists_ind(const HashTable *ht, zend_string *key) in zend_hash_exists_ind() 509 static zend_always_inline zend_result zend_symtable_del(HashTable *ht, zend_string *key) in zend_symtable_del() 533 static zend_always_inline zval *zend_symtable_find(const HashTable *ht, zend_string *key) in zend_symtable_find() 557 static zend_always_inline bool zend_symtable_exists(HashTable *ht, zend_string *key) in zend_symtable_exists() 569 static zend_always_inline bool zend_symtable_exists_ind(HashTable *ht, zend_string *key) in zend_symtable_exists_ind() [all …]
|
/php-src/ext/dba/libcdb/ |
H A D | cdb.c | 44 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 D | compact_literals.c | 102 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 D | php_sdl.c | 502 smart_str key = {0}; in wsdl_soap_binding_header() local 602 smart_str key = {0}; in wsdl_soap_binding_body() local 1829 const zend_string *key; in sdl_serialize_attribute() local 1947 const zend_string *key; in sdl_serialize_type() local 2423 zend_string *key; in make_persistent_sdl_function_headers() local 2487 zend_string *key; in make_persistent_sdl_parameters() local 2529 zend_string *key; in make_persistent_sdl_function_faults() local 2574 zend_string *key; in make_persistent_sdl_attribute() local 2680 zend_string *key; in make_persistent_sdl_type() local 2915 zend_string *key; in make_persistent_sdl() local [all …]
|
/php-src/ext/sodium/ |
H A D | libsodium.c | 291 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 …]
|