Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/
H A Dst.h12 typedef struct st_table st_table; typedef
19 struct st_table { struct
41 st_table *st_init_table _((struct st_hash_type *)); argument
43 st_table *st_init_numtable _((void));
44 st_table *st_init_numtable_with_size _((int));
45 st_table *st_init_strtable _((void));
46 st_table *st_init_strtable_with_size _((int));
49 int st_insert _((st_table *, st_data_t, st_data_t));
53 void st_free_table _((st_table *));
54 void st_cleanup_safe _((st_table *, st_data_t));
[all …]
H A Dst.c157 st_table*
162 st_table *tbl;
182 st_table*
189 st_table*
195 st_table*
202 st_table*
208 st_table*
217 st_table *table; in st_free_table()
257 st_table *table; in st_lookup()
318 st_table *table; in st_add_direct()
[all …]
H A Dregparse.c335 static st_table*
342 onig_st_lookup_strend(st_table *table, const UChar* str_key, const UChar* end_key, st_data_t *value) in onig_st_lookup_strend()
353 onig_st_insert_strend(st_table *table, const UChar* str_key, const UChar* end_key, st_data_t value) in onig_st_insert_strend()
404 typedef st_table NameTable;
4754 static st_table* OnigTypeCClassTable;

Completed in 17 milliseconds