OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnigStackType
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c
399
stk_alloc = (
OnigStackType
* )(msa->stack_p);\
406
+ sizeof(
OnigStackType
) * (stack_num));\
407
stk_alloc = (
OnigStackType
* )(alloc_addr + sizeof(char*) * (ptr_num));\
437
stack_double(
OnigStackType
** arg_stk_base,
OnigStackType
** arg_stk_end,
438
OnigStackType
** arg_stk,
OnigStackType
* stk_alloc, OnigMatchArg* msa)
441
OnigStackType
*x, *stk_base, *stk_end, *stk;
449
x = (
OnigStackType
* )xmalloc(sizeof(
OnigStackType
) * n * 2);
[
all
...]
regint.h
734
}
OnigStackType
;
Completed in 155 milliseconds