OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_data_type
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h
795
typedef unsigned long
hash_data_type
;
typedef
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));
regenc.c
889
(
hash_data_type
)(*pnum + ONIGENC_MAX_STD_CTYPE));
regparse.c
365
const UChar* end_key,
hash_data_type
*value)
377
const UChar* end_key,
hash_data_type
value)
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
unicode.c
[
all
...]
Completed in 883 milliseconds