Searched refs:GET_LENGTH_INC (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regexec.c | 1527 GET_LENGTH_INC(tlen, p); in match_at() 1542 GET_LENGTH_INC(tlen, p); in match_at() 1609 GET_LENGTH_INC(tlen, p); in match_at() 1623 GET_LENGTH_INC(tlen, p); in match_at() 1639 GET_LENGTH_INC(tlen, p); /* mb-len */ in match_at() 1640 GET_LENGTH_INC(tlen2, p); /* string len */ in match_at() 1664 GET_LENGTH_INC(tlen, p); in match_at() 1700 GET_LENGTH_INC(tlen, p); in match_at() 1719 GET_LENGTH_INC(tlen, p); in match_at() 1725 GET_LENGTH_INC(tlen, p); in match_at() [all …]
|
D | regcomp.c | 5895 GET_LENGTH_INC(len, bp); in onig_print_compiled_byte_code() 5933 GET_LENGTH_INC(len, bp); in onig_print_compiled_byte_code() 5945 GET_LENGTH_INC(len, bp); in onig_print_compiled_byte_code() 5950 GET_LENGTH_INC(len, bp); in onig_print_compiled_byte_code() 5958 GET_LENGTH_INC(mb_len, bp); in onig_print_compiled_byte_code() 5959 GET_LENGTH_INC(len, bp); in onig_print_compiled_byte_code() 5972 GET_LENGTH_INC(len, bp); in onig_print_compiled_byte_code() 5991 GET_LENGTH_INC(len, bp); in onig_print_compiled_byte_code() 6005 GET_LENGTH_INC(len, bp); in onig_print_compiled_byte_code() 6034 GET_LENGTH_INC(len, bp); in onig_print_compiled_byte_code() [all …]
|
D | regint.h | 573 #define GET_LENGTH_INC(len,p) PLATFORM_GET_INC(len, p, LengthType) macro
|