Searched refs:memp (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regexec.c | 1087 static int mem_is_in_memp(int mem, int num, UChar* memp) in mem_is_in_memp() argument 1093 GET_MEMNUM_INC(m, memp); in mem_is_in_memp() 1102 , int nest, int mem_num, UChar* memp, UChar** s, const UChar* send) in backref_match_at_nested_level() argument 1120 if (mem_is_in_memp(k->u.mem.num, mem_num, memp)) { in backref_match_at_nested_level() 1144 if (mem_is_in_memp(k->u.mem.num, mem_num, memp)) { in backref_match_at_nested_level()
|