OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_exp
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
dict_regexp.c
101
regex_t *
first_exp
; /* compiled primary pattern */
member in struct:__anon23228
253
match_rule->
first_exp
,
339
if (match_rule->
first_exp
) {
340
regfree(match_rule->
first_exp
);
341
myfree((void *) match_rule->
first_exp
);
566
regex_t *
first_exp
= 0;
local
603
if (
first_exp
) { \
604
regfree(
first_exp
); \
605
myfree((void *)
first_exp
); \
651
if ((
first_exp
= dict_regexp_compile_pat(mapname, lineno
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026