Home
last modified time | relevance | path

Searched defs:key (Results 101 – 125 of 183) sorted by relevance

12345678

/PHP-7.0/TSRM/
H A Dtsrm_win32.h31 int key; member
/PHP-7.0/ext/json/
H A Djson_parser.tab.c180 zend_string *key; member
1865 int php_json_parser_object_update(php_json_parser *parser, zval *object, zend_string *key, zval *zv… in php_json_parser_object_update()
1875 } else if (ZSTR_VAL(key)[0] == '\0') { in php_json_parser_object_update() local
/PHP-7.0/ext/standard/
H A Dbasic_functions.c5412 zend_string *key; local
5460 zend_string *key; local
5527 zend_string *key = zend_string_init("ignore_user_abort", sizeof("ignore_user_abort") - 1, 0); local
5835 zend_ulong key = (zend_ulong) zend_atol(Z_STRVAL_P(arg1), (int)Z_STRLEN_P(arg1)); local
H A Diptc.c320 char *str, key[16]; in PHP_FUNCTION() local
H A Durl.c342 zend_long key = -1; in PHP_FUNCTION() local
H A Dbasic_functions.h250 char *key; member
/PHP-7.0/ext/opcache/Optimizer/
H A Dcompact_literals.c127 zend_string *key = NULL; in zend_optimizer_compact_literals() local
/PHP-7.0/ext/opcache/
H A Dzend_persist.c910 zend_persistent_script *zend_accel_script_persist(zend_persistent_script *script, char **key, unsig… in zend_accel_script_persist()
H A Dzend_accelerator_module.c331 char *key; local
/PHP-7.0/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h128 const char* key; member
/PHP-7.0/ext/intl/collator/
H A Dcollator_sort.c38 char* key; /* pointer to sort key */ member
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp399 UnicodeString& key = farg_names[argNum]; in umsg_format_helper() local
/PHP-7.0/ext/soap/
H A Dsoap.c1436 zend_string *key; in PHP_METHOD() local
1459 zend_string *key; in PHP_METHOD() local
3663 smart_str key = {0}; local
3906 smart_str key = {0}; local
4123 smart_str key = {0}; local
4360 smart_str key = {0}; local
/PHP-7.0/ext/spl/
H A Dspl_fixedarray.c922 static void spl_fixedarray_it_get_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in spl_fixedarray_it_get_current_key()
949 SPL_METHOD(SplFixedArray, key) in SPL_METHOD() argument
H A Dspl_observer.c600 SPL_METHOD(SplObjectStorage, key) in SPL_METHOD() argument
1179 SPL_METHOD(MultipleIterator, key) in SPL_METHOD() argument
H A Dspl_heap.c937 static void spl_heap_it_get_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in spl_heap_it_get_current_key()
965 SPL_METHOD(SplHeap, key) in SPL_METHOD() argument
/PHP-7.0/ext/session/
H A Dsession.c450 PHPAPI int php_session_valid_key(const char *key) /* {{{ */ in php_session_valid_key()
/PHP-7.0/Zend/
H A Dzend_execute_API.c949 ZEND_API zend_class_entry *zend_lookup_class_ex(zend_string *name, const zval *key, int use_autoloa… in zend_lookup_class_ex()
1389 zend_class_entry *zend_fetch_class_by_name(zend_string *class_name, const zval *key, int fetch_type… in zend_fetch_class_by_name()
H A Dzend_vm_execute.h1039 zval key; local
8325 zval *key = NULL; local
18128 zend_string *key; local
21307 zend_string *key; local
22901 zend_string *key; local
24301 zend_string *key; local
26627 zend_string *key; local
28138 zend_string *key; local
32702 zend_string *key; local
37755 zend_string *key; local
[all …]
H A Dzend_object_handlers.c1137 …on *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const zval *key) /* {{{ */ in zend_std_get_method()
1228 …_std_get_static_method(zend_class_entry *ce, zend_string *function_name, const zval *key) /* {{{ */ in zend_std_get_static_method()
H A Dzend_interfaces.c207 ZEND_API void zend_user_it_get_current_key(zend_object_iterator *_iter, zval *key) in zend_user_it_get_current_key()
/PHP-7.0/sapi/apache2handler/
H A Dsapi_apache2.c274 char *key, *val; in php_apache_sapi_register_variables() local
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c68 static xml_element_attr* new_attr(const char* key, const char* val) { in new_attr()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.c365 st_str_end_key key; in onig_st_lookup_strend() local
377 st_str_end_key* key; in onig_st_insert_strend() local
416 i_print_name_entry(UChar* key, NameEntry* e, void* arg) in i_print_name_entry()
451 i_free_name_entry(UChar* key, NameEntry* e, void* arg ARG_UNUSED) in i_free_name_entry()
4873 static int type_cclass_hash(type_cclass_key* key) in type_cclass_hash()
4903 i_free_shared_class(type_cclass_key* key, Node* node, void* arg ARG_UNUSED) in i_free_shared_class()
5206 type_cclass_key key; in parse_exp() local
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c341 zend_string *key; in php_x509_fingerprint_match() local
933 EVP_PKEY *key = NULL; in set_local_cert() local
1340 zend_string *key; in enable_server_sni() local

Completed in 295 milliseconds

12345678