Searched refs:OnigRegex (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | oniguruma.h | 702 typedef OnigRegexType* OnigRegex; typedef 728 int onig_new P_((OnigRegex*, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType… 731 int onig_new_without_alloc P_((OnigRegex, const OnigUChar* pattern, const OnigUChar* pattern_end, O… 733 int onig_new_deluxe P_((OnigRegex* reg, const OnigUChar* pattern, const OnigUChar* pattern_end, Oni… 735 void onig_free P_((OnigRegex)); 737 void onig_free_body P_((OnigRegex)); 739 int onig_recompile P_((OnigRegex, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptio… 741 int onig_recompile_deluxe P_((OnigRegex reg, const OnigUChar* pattern, const OnigUChar* pattern_end… 743 int onig_search P_((OnigRegex, const OnigUChar* str, const OnigUChar* end, const OnigUChar* start, … 745 int onig_match P_((OnigRegex, const OnigUChar* str, const OnigUChar* end, const OnigUChar* at, Onig… [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/ |
D | RegularExpressionDxe.c | 86 regex_t *OnigRegex; in OnigurumaMatch() local 113 &OnigRegex, in OnigurumaMatch() 134 onig_free (OnigRegex); in OnigurumaMatch() 138 OnigRegex, in OnigurumaMatch() 174 onig_free (OnigRegex); in OnigurumaMatch()
|