Home
last modified time | relevance | path

Searched defs:callout (Results 1 – 5 of 5) 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/perfetto/infra/perfetto.dev/src/assets/
Dstyle.scss730 .callout { class
/external/pcre/dist2/src/
Dpcre2_intmodedep.h586 int (*callout)(pcre2_callout_block *, void *); member
887 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member
915 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member
Dpcre2grep.c1756 syntax_check_output_text(PCRE2_SPTR string, BOOL callout) in syntax_check_output_text()
1898 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