Home
last modified time | relevance | path

Searched defs:callout (Results 1 – 7 of 7) sorted by relevance

/external/ppp/pppd/
Dmain.c1281 struct callout { struct
1285 struct callout *c_next; argument
1288 static struct callout *callout = NULL; /* Callout list */ variable
/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_fc.c100 void fc_set_callout(ffsb_config_t * fc, char *callout) in fc_set_callout()
Dmain.c71 char *callout = NULL; in main() local
Dffsb.h73 char *callout; /* we will try and exec this */ member
/external/pcre/dist2/src/
Dpcre2_intmodedep.h586 int (*callout)(pcre2_callout_block *, void *); member
884 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member
912 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member
Dpcre2grep.c1748 syntax_check_output_text(PCRE2_SPTR string, BOOL callout) in syntax_check_output_text()
1890 display_output_text(PCRE2_SPTR string, BOOL callout, PCRE2_SPTR subject, in display_output_text()
Dpcre2_jit_compile.c185 int (*callout)(pcre2_callout_block *, void *); member