Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 158) sorted by path

1234567

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c612 unsigned long key = realpath_cache_key(path, path_len TSRMLS_CC); in realpath_cache_del() local
694 unsigned long key = realpath_cache_key(path, path_len TSRMLS_CC); in realpath_cache_find() local
H A Dtsrm_virtual_cwd.h212 unsigned long key; member
H A Dtsrm_win32.c410 static shm_pair *shm_get(int key, void *addr) in shm_get()
591 TSRM_API int shmget(int key, int size, int flags) in shmget()
654 TSRM_API void *shmat(int key, const void *shmaddr, int flags) in shmat()
686 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) { in shmctl()
H A Dtsrm_win32.h28 int key; member
/PHP-5.5/Zend/
H A Dzend.c176 char key[25]; in print_hash() local
H A Dzend_API.c1225 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n) /* {{{ */ in add_assoc_long_ex()
1236 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, uint key_len) /* {{{ */ in add_assoc_null_ex()
1247 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1258 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r) /* {{{ */ in add_assoc_resource_ex()
1269 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d) /* {{{ */ in add_assoc_double_ex()
1302 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, uint key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1540 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value) /* {{{ */ in array_set_zval_key()
1574 ZEND_API int add_property_long_ex(zval *arg, const char *key, uint key_len, long n TSRMLS_DC) /* {{… in add_property_long_ex()
1592 ZEND_API int add_property_bool_ex(zval *arg, const char *key, uint key_len, int b TSRMLS_DC) /* {{{… in add_property_bool_ex()
1610 ZEND_API int add_property_null_ex(zval *arg, const char *key, uint key_len TSRMLS_DC) /* {{{ */ in add_property_null_ex()
[all …]
H A Dzend_API.h527 #define add_method(arg, key, method) add_assoc_function((arg), (key), (method)) argument
H A Dzend_builtin_functions.c909 char *key; in add_class_vars() local
988 char *key; in ZEND_FUNCTION() local
1028 static int same_name(const char *key, const char *name, zend_uint name_len) in same_name()
1076 char *key; in ZEND_FUNCTION() local
H A Dzend_compile.c1698 zval key; in zend_do_begin_function_declaration() local
2753 void zend_do_yield(znode *result, znode *value, const znode *key, zend_bool is_variable TSRMLS_DC) … in zend_do_yield()
3749 …onstant_check(zval **val TSRMLS_DC, int num_args, va_list args, const zend_hash_key *key) /* {{{ */ in do_interface_constant_check()
4989 zval **ns_name, key; in zend_do_begin_class_declaration() local
H A Dzend_constants.c451 zend_constant *zend_quick_get_constant(const zend_literal *key, ulong flags TSRMLS_DC) in zend_quick_get_constant()
H A Dzend_exceptions.c380 #define TRACE_APPEND_KEY(key) \ argument
H A Dzend_execute.c1354 …ess(temp_variable *result, zval **container_ptr, zval *prop_ptr, const zend_literal *key, int type… in zend_fetch_property_address()
H A Dzend_execute_API.c1008 ZEND_API int zend_lookup_class_ex(const char *name, int name_length, const zend_literal *key, int u… in zend_lookup_class_ex()
1515 …fetch_class_by_name(const char *class_name, uint class_name_len, const zend_literal *key, int fetc… in zend_fetch_class_by_name()
H A Dzend_generators.c240 …_closure_static_var(zval **var TSRMLS_DC, int num_args, va_list args, zend_hash_key *key) /* {{{ */ in copy_closure_static_var()
477 ZEND_METHOD(Generator, key) in ZEND_METHOD() argument
H A Dzend_generators.h50 zval *key; member
H A Dzend_hash.c1174 ZEND_API void zend_hash_get_current_key_zval_ex(const HashTable *ht, zval *key, HashPosition *pos) { in zend_hash_get_current_key_zval_ex()
H A Dzend_hash.h203 #define zend_hash_get_current_key_zval(ht, key) \ argument
310 #define ZEND_HANDLE_NUMERIC_EX(key, length, idx, func) do { \ in END_EXTERN_C() argument
345 #define ZEND_HANDLE_NUMERIC(key, length, func) do { \ argument
H A Dzend_variables.c193 … zval_copy_static_var(zval **p TSRMLS_DC, int num_args, va_list args, zend_hash_key *key) /* {{{ */ in zval_copy_static_var()
H A Dzend_vm_def.h4248 zval *key = NULL; variable
H A Dzend_vm_execute.h4172 zval *key = opline->op2.zv; in ZEND_YIELD_SPEC_CONST_CONST_HANDLER() local
6617 zval *key = NULL; in ZEND_YIELD_SPEC_CONST_UNUSED_HANDLER() local
9400 zval *key = opline->op2.zv; in ZEND_YIELD_SPEC_TMP_CONST_HANDLER() local
11702 zval *key = NULL; in ZEND_YIELD_SPEC_TMP_UNUSED_HANDLER() local
13561 zval *key = NULL; in ZEND_FE_FETCH_SPEC_VAR_HANDLER() local
16295 zval *key = opline->op2.zv; in ZEND_YIELD_SPEC_VAR_CONST_HANDLER() local
22034 zval *key = NULL; in ZEND_YIELD_SPEC_VAR_UNUSED_HANDLER() local
25692 zval *key = opline->op2.zv; in ZEND_YIELD_SPEC_UNUSED_CONST_HANDLER() local
28773 zval *key = NULL; in ZEND_YIELD_SPEC_UNUSED_UNUSED_HANDLER() local
33597 zval *key = opline->op2.zv; in ZEND_YIELD_SPEC_CV_CONST_HANDLER() local
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_iterator.c35 ulong key; member
H A Dcom_saproxy.c56 LONG key; member
/PHP-5.5/ext/curl/
H A Dinterface.c1851 char *key; in split_certinfo() local
/PHP-5.5/ext/dba/
H A Ddba.c558 zval *key; in php_dba_update() local
621 char *key = NULL, *error = NULL; in php_dba_open() local
1049 char *key, *name; in PHP_FUNCTION() local
H A Ddba_cdb.c141 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len TSRMLS_CC) argument
142 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len TSRMLS_CC) argument
145 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len) argument
146 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len) argument
250 char *key; in DBA_FIRSTKEY_FUNC() local
291 char *key; in DBA_NEXTKEY_FUNC() local

Completed in 219 milliseconds

1234567