Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 28) sorted by relevance

12

/php-src/ext/com_dotnet/
H A Dcom_persist.c102 static HRESULT STDMETHODCALLTYPE stm_read(IStream *This, void *pv, ULONG cb, ULONG *pcbRead) in stm_read()
118 static HRESULT STDMETHODCALLTYPE stm_write(IStream *This, void const *pv, ULONG cb, ULONG *pcbWritt… in stm_write()
185 static HRESULT STDMETHODCALLTYPE stm_copy_to(IStream *This, IStream *pstm, ULARGE_INTEGER cb, in stm_copy_to()
209 ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD lockType) in stm_lock_region()
215 ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD lockType) in stm_unlock_region()
/php-src/ext/readline/
H A Dreadline_cli.c734 #define GET_SHELL_CB(cb) \ argument
754 #define GET_SHELL_CB(cb) \ argument
770 cli_shell_callbacks_t *cb; in PHP_MINIT_FUNCTION() local
787 cli_shell_callbacks_t *cb; in PHP_MSHUTDOWN_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dserialize.h14 #define lexbor_serialize_write(cb, data, length, ctx, status) \ argument
H A Dbase.h89 lexbor_serialize_cb_f cb; member
H A Davl.c456 lexbor_avl_node_f cb, void *ctx) in lexbor_avl_foreach()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c927 static void show_parsed(compile_block *cb) in show_parsed()
2167 uint16_t *pdataptr, int *errorcodeptr, compile_block *cb) in get_ucp()
2465 int *errorcodeptr, compile_block *cb) in read_name()
2595 uint32_t *parsed_pattern, compile_block *cb) in manage_callouts()
2773 compile_block *cb) in parse_regex()
5554 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details()
5639 compile_block *cb, PCRE2_SIZE *lengthptr) in compile_branch()
8380 compile_block *cb, PCRE2_SIZE *lengthptr) in compile_regex()
9442 parsed_recurse_check *recurses, compile_block *cb) in get_branchlength()
9872 parsed_recurse_check *recurses, compile_block *cb) in set_lookbehind_lengths()
[all …]
H A Dpcre2_pattern_info.c272 pcre2_callout_enumerate_block cb; in pcre2_callout_enumerate() local
H A Dpcre2_auto_possess.c536 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
H A Dpcre2_dfa_match.c359 pcre2_callout_block *cb = mb->cb; in do_callout_dfa() local
3382 pcre2_callout_block cb; in pcre2_dfa_match() local
H A Dpcre2_match.c278 pcre2_callout_block *cb; in do_callout() local
6587 pcre2_callout_block cb; in pcre2_match() local
H A Dpcre2_intmodedep.h902 pcre2_callout_block *cb; /* Points to a callout block */ member
931 pcre2_callout_block *cb; /* Points to a callout block */ member
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dsyntax.h83 lxb_css_syntax_cb_base_t cb; member
90 lxb_css_syntax_cb_base_t cb; member
104 const lxb_css_syntax_cb_base_t *cb; member
H A Dtokenizer.h117 lxb_css_syntax_tokenizer_chunk_f cb, in lxb_css_syntax_tokenizer_chunk_cb_set()
H A Dtoken.h61 lxb_css_syntax_token_data_cb_f cb; member
/php-src/Zend/
H A Dzend_observer.c306 ZEND_API void zend_observer_function_declared_register(zend_observer_function_declared_cb cb) in zend_observer_function_declared_register()
324 ZEND_API void zend_observer_class_linked_register(zend_observer_class_linked_cb cb) in zend_observer_class_linked_register()
342 ZEND_API void zend_observer_error_register(zend_observer_error_cb cb) in zend_observer_error_register()
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c20 lxb_html_element_style_cb_f cb; member
192 lxb_html_element_style_cb_f cb, void *ctx, in lxb_html_element_style_walk()
583 lexbor_serialize_cb_f cb, void *ctx) in lxb_html_element_style_serialize()
/php-src/ext/standard/
H A Dstrnatcmp.c90 unsigned char ca, cb; in strnatcmp_ex() local
H A Dassert.c71 ASSERTG(cb)[ZSTR_LEN(new_value)] = '\0'; in PHP_INI_MH() local
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dpseudo.h25 const lxb_css_syntax_cb_function_t cb; member
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c261 lxb_selectors_cb_f cb, void *ctx) in lxb_selectors_find()
288 lxb_selectors_cb_f cb, void *ctx) in lxb_selectors_match_node()
324 lxb_selectors_cb_f cb, void *ctx) in lxb_selectors_find_reverse()
H A Dselectors.h88 lxb_selectors_cb_f cb; member
/php-src/sapi/fpm/fpm/
H A Dfpm_events.h11 #define fpm_event_set_timer(ev, flags, cb, arg) fpm_event_set((ev), -1, (flags), (cb), (arg)) argument
/php-src/main/
H A DSAPI.c877 zval cb; in sapi_send_headers() local
H A Dmain.c2409 void (*cb)(void) = zend_post_shutdown_cb; in php_module_shutdown() local
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c312 static int do_callback(struct pdo_sqlite_fci *fc, zval *cb, int argc, sqlite3_value **argv, sqlite3… in do_callback()

Completed in 146 milliseconds

12