/third_party/FreeBSD/sys/kern/ |
D | kern_timeout.c | 53 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/ |
D | callout.h | 61 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.h | 54 struct callout { struct
|
/third_party/boost/tools/quickbook/test/ |
D | callouts-1_7.quickbook | 66 `/*< 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/ |
D | Jamfile.v2 | 11 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/ |
D | syntax_highlight.cpp | 59 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/ |
D | pcre_globals.c | 78 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/ |
D | pcre2_jit_match.c | 134 arguments.callout = mcontext->callout; in pcre2_jit_match() 146 arguments.callout = NULL; in pcre2_jit_match()
|
D | pcre2_context.c | 401 int (*callout)(pcre2_callout_block *, void *), void *callout_data) in pcre2_set_callout() 403 mcontext->callout = callout; in pcre2_set_callout()
|
D | pcre2_intmodedep.h | 585 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
|
D | pcre2grep.c | 1920 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/ |
D | memory.patch | 24 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/ |
D | pcre2test.txt | 602 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/ |
D | usb_bus.h | 92 struct callout power_wdog; /* power management */
|
D | usb_core.h | 132 struct callout timeout_handle;
|
/third_party/boost/libs/beast/doc/docca/example/ |
D | Jamfile | 47 explicit callout ;
|
/third_party/boost/tools/docca/example/ |
D | Jamfile | 47 explicit callout ;
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | usb_ethernet.h | 121 struct callout ue_watchdog;
|
/third_party/flutter/engine/flutter/fml/platform/darwin/ |
D | message_loop_darwin.mm | 28 /* callout */,
|
/third_party/boost/tools/quickbook/doc/ |
D | Jamfile.v2 | 34 #<xsl:param>callout.graphics.path=../../images/callouts//
|
/third_party/pcre2/pcre2/ |
D | configure.ac | 197 # 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.])
|
D | NEWS | 134 (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
|
D | HACKING | 152 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/ |
D | ehci.h | 324 struct callout sc_tmo_pcd; 325 struct callout sc_tmo_poll;
|
/third_party/googletest/docs/_sass/ |
D | main.scss | 126 .main .callout { class
|