Searched defs:callout (Results 1 - 5 of 5) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
H A D | _callout.h | 53 struct callout { struct
|
/third_party/FreeBSD/sys/kern/ |
H A D | kern_timeout.c | 66 struct callout* callout = arg; in callout_function() local [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_intmodedep.h | 585 int (*callout)(pcre2_callout_block *, void *); member 899 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member 928 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member
|
H A D | pcre2grep.c | 1964 decode_dollar_escape(PCRE2_SPTR begin, PCRE2_SPTR string, BOOL callout, in decode_dollar_escape() argument 2147 syntax_check_output_text(PCRE2_SPTR string, BOOL callout) syntax_check_output_text() argument 2182 display_output_text(PCRE2_SPTR string, BOOL callout, PCRE2_SPTR subject, PCRE2_SIZE *ovector, PCRE2_SIZE capture_top) display_output_text() argument [all...] |
H A D | pcre2_jit_compile.c | 186 int (*callout)(pcre2_callout_block *, void *); member
|
Completed in 21 milliseconds