Home
last modified time | relevance | path

Searched refs:val_type (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/dba/libinifile/
H A Dinifile.h29 } val_type; typedef
33 val_type val;
46 val_type inifile_fetch(inifile *dba, const key_type *key, int skip);
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);
60 void inifile_val_free(val_type *val);
H A Dinifile.c63 void inifile_val_free(val_type *val) in inifile_val_free()
68 memset(val, 0, sizeof(val_type)); in inifile_val_free()
245 val_type inifile_fetch(inifile *dba, const key_type *key, int skip) { in inifile_fetch()
247 val_type val; in inifile_fetch()
465 static int inifile_delete_replace_append(inifile *dba, const key_type *key, const val_type *value, … in inifile_delete_replace_append()
584 int inifile_replace(inifile *dba, const key_type *key, const val_type *value) in inifile_replace()
592 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *value, zend_bool *found) in inifile_replace_ex()
600 int inifile_append(inifile *dba, const key_type *key, const val_type *value) in inifile_append()
/PHP-7.4/ext/dba/
H A Ddba_inifile.c67 val_type ini_val; in DBA_FETCH_FUNC()
80 val_type ini_val; in DBA_UPDATE_FUNC()
108 val_type ini_val; in DBA_EXISTS_FUNC()

Completed in 19 milliseconds