OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSTR
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c
1019
if (
NSTR
(node)->capa != 0 &&
1020
IS_NOT_NULL(
NSTR
(node)->s) &&
NSTR
(node)->s !=
NSTR
(node)->buf) {
1021
xfree(
NSTR
(node)->s);
1431
int len = (int)(
NSTR
(node)->end -
NSTR
(node)->s);
1433
if (
NSTR
(node)->capa > 0 || (len + addlen > NODE_STR_BUF_SIZE - 1)) {
1437
if (capa <=
NSTR
(node)->capa) {
1438
onig_strcpy(
NSTR
(node)->s + len, s, end);
[
all
...]
regcomp.c
78
StrNode* sn =
NSTR
(a);
87
StrNode* sn =
NSTR
(b);
469
sn =
NSTR
(node);
517
sn =
NSTR
(node);
843
return add_bytes(reg,
NSTR
(qn->next_head_exact)->s, 1);
1054
return add_bytes(reg,
NSTR
(qn->next_head_exact)->s, 1);
1095
add_bytes(reg,
NSTR
(qn->head_exact)->s, 1);
1105
add_bytes(reg,
NSTR
(qn->next_head_exact)->s, 1);
[
all
...]
regparse.h
71
#define
NSTR
(node) (&((node)->u.str))
Completed in 45 milliseconds