Searched defs:val_type (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regparse.c | 4184 enum CCVALTYPE val_type, in_type; local 4302 r = next_state_val(cc, &vs, v, &val_israw, in_israw, in_type, &val_type, 4325 r = next_state_class(cc, &vs, &val_type, &state, env); 4414 r = next_state_val(cc, &vs, 0, &val_israw, 0, val_type, 4415 &val_type, &state, env); 4454 r = next_state_val(cc, &vs, 0, &val_israw, 0, val_type, 4455 &val_type, &state, env);
|
| /PHP_TRUNK/ext/dba/libinifile/ |
| H A D | inifile.h | 31 } val_type; typedef in typeref:struct:__anon58 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 12 milliseconds