Home
last modified time | relevance | path

Searched refs:callout (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/FreeBSD/sys/kern/
Dkern_timeout.c53 callout_init_mtx(struct callout *c, struct pthread_mutex *mtx, int flag) in callout_init_mtx()
67 struct callout* callout = arg; in callout_function() local
69 (callout->callout_data.func)((uintptr_t)(callout->callout_data.arg)); in callout_function()
73 callout_reset(struct callout *c, int to_ticks, void (*func)(void *), void *arg) in callout_reset()
102 callout_stop(struct callout *c) in callout_stop()
113 callout_drain(struct callout *c) in callout_drain()
/third_party/FreeBSD/sys/sys/
Dcallout.h61 void callout_init_mtx(struct callout* c, struct pthread_mutex* mtx, int flag);
62 void callout_reset(struct callout* c, int to_ticks, void (*func)(void *), void *arg);
63 void callout_stop(struct callout* c);
64 void callout_drain(struct callout* c);
65 void callout_pending(struct callout* c);
D_callout.h54 struct callout { struct
/third_party/boost/tools/quickbook/test/
Dcallouts-1_7.quickbook66 `/*< This shouldn't be a callout >*/`
69 <para>Silly test<co linkends="silly-callout"/></para>
70 <calloutlist><callout id="silly-callout"><para>silly</para></callout></calloutlist>
/third_party/boost/libs/proto/doc/
DJamfile.v211 local callout-graphics-path = [ path.join $(admon-graphics-path) callouts ] ;
14 callout-graphics-path = [ path.native $(callout-graphics-path)/ ] ;
19 callout-graphics-path = $(callout-graphics-path:W) ;
22 callout-graphics-path = $(callout-graphics-path:T) ;
73 #<format>pdf:<xsl:param>callout.graphics.path="$(callout-graphics-path)"
/third_party/boost/tools/quickbook/src/
Dsyntax_highlight.cpp59 void callout(parse_iterator, parse_iterator);
137 void syntax_highlight_actions::callout(parse_iterator, parse_iterator) in callout() function in quickbook::syntax_highlight_actions
224 callout(self.actions, &syntax_highlight_actions::callout); in definition() local
245 >> ( line_callout [callout] in definition()
246 | inline_callout [callout] in definition()
396 callout(self.actions, &syntax_highlight_actions::callout); in definition() local
407 >> ( line_callout [callout] in definition()
408 | inline_callout [callout] in definition()
/third_party/glib/glib/pcre/
Dpcre_globals.c78 PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL;
85 PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL;
/third_party/pcre2/pcre2/src/
Dpcre2_jit_match.c134 arguments.callout = mcontext->callout; in pcre2_jit_match()
146 arguments.callout = NULL; in pcre2_jit_match()
Dpcre2_context.c401 int (*callout)(pcre2_callout_block *, void *), void *callout_data) in pcre2_set_callout()
403 mcontext->callout = callout; in pcre2_set_callout()
Dpcre2_intmodedep.h585 int (*callout)(pcre2_callout_block *, void *); member
888 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member
917 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member
Dpcre2grep.c1920 decode_dollar_escape(PCRE2_SPTR begin, PCRE2_SPTR string, BOOL callout, in decode_dollar_escape() argument
1932 if (!callout) in decode_dollar_escape()
1943 if (!callout) in decode_dollar_escape()
1969 if (callout && c == 0) in decode_dollar_escape()
2049 if (!callout) in decode_dollar_escape()
2075 if (!callout) in decode_dollar_escape()
2103 syntax_check_output_text(PCRE2_SPTR string, BOOL callout) in syntax_check_output_text() argument
2111 decode_dollar_escape(begin, string, callout, &value, &string) == DDE_ERROR) in syntax_check_output_text()
2138 display_output_text(PCRE2_SPTR string, BOOL callout, PCRE2_SPTR subject, in display_output_text() argument
2149 switch(decode_dollar_escape(begin, string, callout, &value, &string)) in display_output_text()
/third_party/glib/glib/update-pcre/
Dmemory.patch24 PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL;
35 PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL;
/third_party/pcre2/pcre2/doc/
Dpcre2test.txt602 callout_info show callout information
699 mation that is requested. For each callout, either its number or string
1094 callout_capture show captures at callout time
1096 callout_error=<n>[:<m>] control callout error
1097 callout_extra show extra callout information
1098 callout_fail=<n>[:<m>] control callout failure
1099 callout_no_where do not show position of a callout
1100 callout_none do not supply a callout function
1217 A callout function is supplied when pcre2test calls the library match-
1348 If the substitute_callout modifier is set, a substitution callout func-
[all …]
/third_party/FreeBSD/sys/dev/usb/
Dusb_bus.h92 struct callout power_wdog; /* power management */
Dusb_core.h132 struct callout timeout_handle;
/third_party/boost/libs/beast/doc/docca/example/
DJamfile47 explicit callout ;
/third_party/boost/tools/docca/example/
DJamfile47 explicit callout ;
/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.h121 struct callout ue_watchdog;
/third_party/flutter/engine/flutter/fml/platform/darwin/
Dmessage_loop_darwin.mm28 /* callout */,
/third_party/boost/tools/quickbook/doc/
DJamfile.v234 #<xsl:param>callout.graphics.path=../../images/callouts//
/third_party/pcre2/pcre2/
Dconfigure.ac197 # Handle --disable-pcre2grep-callout (enabled by default)
198 AC_ARG_ENABLE(pcre2grep-callout,
199 AS_HELP_STRING([--disable-pcre2grep-callout],
200 [disable callout script support in pcre2grep]),
203 # Handle --disable-pcre2grep-callout-fork (enabled by default)
204 AC_ARG_ENABLE(pcre2grep-callout-fork,
205 AS_HELP_STRING([--disable-pcre2grep-callout-fork],
206 [disable callout script fork support in pcre2grep]),
672 Define to any value to enable fork support in pcre2grep callout scripts.
677 Define to any value to enable callout script support in pcre2grep.])
DNEWS134 (b) --disable-pcre2grep-callout-fork restricts the callout support in
179 field callout_flags in callout blocks.
200 offset_vector field in the callout block is no longer a pointer to the
DHACKING152 assumption is made that there will be a callout for each pattern code unit
313 item in the pattern. Then there is either one callout number, or a length and
763 enabled, a callout is inserted immediately before the assertion. It is also
764 possible to insert a manual callout at this point. Only assertion conditions
794 A callout may have either a numerical argument or a string argument. These use
801 In the case of a numeric callout, after these two values there is a single code
802 unit containing the callout number, in the range 0-255, with 255 being used for
812 and followed by a binary zero. When a callout function is called, a pointer to
814 the application needs it. In the 8-bit library, the callout in /X(?C'abc')Y/ is
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h324 struct callout sc_tmo_pcd;
325 struct callout sc_tmo_poll;
/third_party/googletest/docs/_sass/
Dmain.scss126 .main .callout { class

1234