Searched defs:val_type (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/ext/mbstring/oniguruma/ |
| H A D | regparse.c | 4072 enum CCVALTYPE val_type, in_type; local 4186 r = next_state_val(cc, &vs, v, &val_israw, in_israw, in_type, &val_type, 4213 r = next_state_class(cc, &vs, &val_type, &state, env); 4302 r = next_state_val(cc, &vs, 0, &val_israw, 0, val_type, 4303 &val_type, &state, env); 4342 r = next_state_val(cc, &vs, 0, &val_israw, 0, val_type, 4343 &val_type, &state, env);
|
| /PHP_5_4/ext/dba/libinifile/ |
| H A D | inifile.h | 31 } val_type; typedef in typeref:struct:__anon56 35 val_type val; 48 val_type inifile_fetch(inifile *dba, const key_type *key, int skip TSRMLS_DC); 52 int inifile_replace(inifile *dba, const key_type *key, const val_type *val TSRMLS_DC); 53 int inifile_append(inifile *dba, const key_type *key, const val_type *val TSRMLS_DC); 60 void inifile_val_free(val_type *val);
|
Completed in 9 milliseconds