Home
last modified time | relevance | path

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

/PHP-7.4/ext/dba/libinifile/
H A Dinifile.h25 } key_type; typedef
32 key_type key;
46 val_type inifile_fetch(inifile *dba, const key_type *key, int skip);
49 int inifile_delete(inifile *dba, const key_type *key);
50 int inifile_delete_ex(inifile *dba, const key_type *key, zend_bool *found);
51 int inifile_replace(inifile *dba, const key_type *key, const val_type *val);
52 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *val, zend_bool *found);
53 int inifile_append(inifile *dba, const key_type *key, const val_type *val);
56 key_type inifile_key_split(const char *group_name);
57 char * inifile_key_string(const key_type *key);
[all …]
H A Dinifile.c50 void inifile_key_free(key_type *key) in inifile_key_free()
58 memset(key, 0, sizeof(key_type)); in inifile_key_free()
113 key_type inifile_key_split(const char *group_name) in inifile_key_split()
115 key_type key; in inifile_key_split()
130 char * inifile_key_string(const key_type *key) in inifile_key_string()
227 static int inifile_key_cmp(const key_type *k1, const key_type *k2) in inifile_key_cmp()
245 val_type inifile_fetch(inifile *dba, const key_type *key, int skip) { in inifile_fetch()
568 int inifile_delete(inifile *dba, const key_type *key) in inifile_delete()
576 int inifile_delete_ex(inifile *dba, const key_type *key, zend_bool *found) in inifile_delete_ex()
584 int inifile_replace(inifile *dba, const key_type *key, const val_type *value) in inifile_replace()
[all …]
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp376 zend_long key_type = 0; in PHP_FUNCTION() local
380 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l", &key_type) == FAILURE) { in PHP_FUNCTION()
386 if (key_type != PARTS_ITERATOR_KEY_SEQUENTIAL in PHP_FUNCTION()
387 && key_type != PARTS_ITERATOR_KEY_LEFT in PHP_FUNCTION()
388 && key_type != PARTS_ITERATOR_KEY_RIGHT) { in PHP_FUNCTION()
397 object, return_value, (parts_iter_key_type)key_type); in PHP_FUNCTION()
H A Dbreakiterator_iterators.cpp129 parts_iter_key_type key_type; member
163 if (zoi_bit->key_type == PARTS_ITERATOR_KEY_LEFT) { in _breakiterator_parts_move_forward()
165 } else if (zoi_bit->key_type == PARTS_ITERATOR_KEY_RIGHT) { in _breakiterator_parts_move_forward()
209 parts_iter_key_type key_type) in IntlIterator_from_BreakIterator_parts() argument
231 ((zoi_break_iter_parts*)ii->iterator)->key_type = key_type; in IntlIterator_from_BreakIterator_parts()
H A Dbreakiterator_iterators.h35 parts_iter_key_type key_type);
H A Dbreakiterator_class.cpp246 ZEND_ARG_INFO(0, key_type)
/PHP-7.4/ext/dba/
H A Ddba_inifile.c41 key_type ini_key; \

Completed in 25 milliseconds