Home
last modified time | relevance | path

Searched refs:key_type (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/dba/libinifile/
H A Dinifile.h23 } key_type; typedef
30 key_type key;
44 val_type inifile_fetch(inifile *dba, const key_type *key, int skip);
47 int inifile_delete(inifile *dba, const key_type *key);
48 int inifile_delete_ex(inifile *dba, const key_type *key, bool *found);
49 int inifile_replace(inifile *dba, const key_type *key, const val_type *val);
50 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *val, bool *found);
51 int inifile_append(inifile *dba, const key_type *key, const val_type *val);
54 key_type inifile_key_split(const char *group_name);
55 char * inifile_key_string(const key_type *key);
[all …]
H A Dinifile.c48 void inifile_key_free(key_type *key) in inifile_key_free()
56 memset(key, 0, sizeof(key_type)); in inifile_key_free()
111 key_type inifile_key_split(const char *group_name) in inifile_key_split()
113 key_type key; in inifile_key_split()
128 char * inifile_key_string(const key_type *key) in inifile_key_string()
224 static int inifile_key_cmp(const key_type *k1, const key_type *k2) in inifile_key_cmp()
241 val_type inifile_fetch(inifile *dba, const key_type *key, int skip) { in inifile_fetch()
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/intl/breakiterator/
H A Dbreakiterator_iterators.cpp128 parts_iter_key_type key_type; member
145 if (zoi_bit->key_type == PARTS_ITERATOR_KEY_RIGHT && iter->index == 0) { in _breakiterator_parts_get_current_key()
171 if (zoi_bit->key_type == PARTS_ITERATOR_KEY_LEFT) { in _breakiterator_parts_move_forward()
173 } else if (zoi_bit->key_type == PARTS_ITERATOR_KEY_RIGHT) { in _breakiterator_parts_move_forward()
219 parts_iter_key_type key_type) in IntlIterator_from_BreakIterator_parts() argument
241 ((zoi_break_iter_parts*)ii->iterator)->key_type = key_type; in IntlIterator_from_BreakIterator_parts()
H A Dbreakiterator_methods.cpp324 zend_long key_type = 0; in PHP_METHOD() local
330 Z_PARAM_LONG(key_type) in PHP_METHOD()
333 if (key_type != PARTS_ITERATOR_KEY_SEQUENTIAL in PHP_METHOD()
334 && key_type != PARTS_ITERATOR_KEY_LEFT in PHP_METHOD()
335 && key_type != PARTS_ITERATOR_KEY_RIGHT) { in PHP_METHOD()
344 object, return_value, (parts_iter_key_type)key_type); in PHP_METHOD()
H A Dbreakiterator_iterators.h33 parts_iter_key_type key_type);
/php-src/ext/dba/
H A Ddba_inifile.c53 key_type ini_key; in DBA_FETCH_FUNC()
76 key_type ini_key; in DBA_UPDATE_FUNC()
109 key_type ini_key; in DBA_EXISTS_FUNC()
131 key_type ini_key; in DBA_DELETE_FUNC()
/php-src/Zend/Optimizer/
H A Dzend_inference.c3555 uint32_t key_type = 0; in _zend_update_type_info() local
3578 key_type |= MAY_BE_ARRAY_PACKED; in _zend_update_type_info()
3581 key_type |= MAY_BE_HASH_ONLY(t1) ? in _zend_update_type_info()
3587 key_type |= MAY_BE_ARRAY_PACKED; in _zend_update_type_info()
3590 key_type |= MAY_BE_HASH_ONLY(t1) ? in _zend_update_type_info()
3595 key_type |= MAY_BE_ARRAY_KEY_STRING; in _zend_update_type_info()
3599 key_type |= MAY_BE_ARRAY_PACKED; in _zend_update_type_info()
3602 key_type |= MAY_BE_HASH_ONLY(t1) ? in _zend_update_type_info()
3608 key_type |= MAY_BE_ARRAY_KEY_STRING; in _zend_update_type_info()
3627 tmp |= key_type | MAY_BE_ARRAY | MAY_BE_ARRAY_OF_NULL; in _zend_update_type_info()
[all …]
/php-src/Zend/
H A Dzend_weakrefs.c644 int key_type = zend_hash_get_current_key_ex(&wm->ht, &string_key, &num_key, pos); in zend_weakmap_iterator_get_current_key() local
645 if (key_type != HASH_KEY_IS_LONG) { in zend_weakmap_iterator_get_current_key()
/php-src/ext/openssl/
H A Dopenssl.c3746 static int php_openssl_get_evp_pkey_type(int key_type) { in php_openssl_get_evp_pkey_type() argument
3747 switch (key_type) { in php_openssl_get_evp_pkey_type()
4723 static void php_openssl_pkey_object_curve_25519_448(zval *return_value, int key_type, zval *data) { in php_openssl_pkey_object_curve_25519_448() argument
4751 ctx = EVP_PKEY_CTX_new_id(key_type, NULL); in php_openssl_pkey_object_curve_25519_448()

Completed in 61 milliseconds