OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_table_type
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h
794
typedef void
hash_table_type
;
typedef
797
extern
hash_table_type
* onig_st_init_strend_table_with_size P_((int size));
798
extern int onig_st_lookup_strend P_((
hash_table_type
* table, const UChar* str_key, const UChar* end_key, hash_data_type *value));
799
extern int onig_st_insert_strend P_((
hash_table_type
* table, const UChar* str_key, const UChar* end_key, hash_data_type value));
814
extern int onigenc_property_list_add_property P_((UChar* name, const OnigCodePoint* prop,
hash_table_type
**table, const OnigCodePoint*** plist, int *pnum, int *psize));
regenc.c
867
hash_table_type
**table, const OnigCodePoint*** plist, int *pnum,
regparse.c
351
extern
hash_table_type
*
359
return (
hash_table_type
* )
364
onig_st_lookup_strend(
hash_table_type
* table, const UChar* str_key,
376
onig_st_insert_strend(
hash_table_type
* table, const UChar* str_key,
[
all
...]
Completed in 55 milliseconds