Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/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-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c922 static void show_parsed(compile_block *cb) in show_parsed()
2090 uint16_t *pdataptr, int *errorcodeptr, compile_block *cb) in get_ucp()
2383 int *errorcodeptr, compile_block *cb) in read_name()
2507 uint32_t *parsed_pattern, compile_block *cb) in manage_callouts()
2601 compile_block *cb) in parse_regex()
5197 compile_block *cb, uint32_t start, uint32_t end) in add_to_class()
5271 uint32_t options, compile_block *cb, const uint32_t *p) in add_not_list_to_class()
5310 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details()
5392 compile_block *cb, PCRE2_SIZE *lengthptr) in compile_branch()
9137 parsed_recurse_check *recurses, compile_block *cb) in get_branchlength()
[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.c357 pcre2_callout_block *cb = mb->cb; in do_callout_dfa() local
3330 pcre2_callout_block cb; in pcre2_dfa_match() local
H A Dpcre2_match.c273 pcre2_callout_block *cb; in do_callout() local
6368 pcre2_callout_block cb; in pcre2_match() local
H A Dpcre2_intmodedep.h897 pcre2_callout_block *cb; /* Points to a callout block */ member
926 pcre2_callout_block *cb; /* Points to a callout block */ member
/PHP-8.3/Zend/
H A Dzend_observer.c299 ZEND_API void zend_observer_function_declared_register(zend_observer_function_declared_cb cb) in zend_observer_function_declared_register()
317 ZEND_API void zend_observer_class_linked_register(zend_observer_class_linked_cb cb) in zend_observer_class_linked_register()
335 ZEND_API void zend_observer_error_register(zend_observer_error_cb cb) in zend_observer_error_register()
H A Dzend.c1071 zend_result (*cb)(void) = zend_post_startup_cb; in zend_post_startup() local
/PHP-8.3/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-8.3/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-8.3/ext/pdo_sqlite/
H A Dsqlite_driver.c312 static int do_callback(struct pdo_sqlite_fci *fc, zval *cb, in do_callback()
/PHP-8.3/main/
H A DSAPI.c875 zval cb; in sapi_send_headers() local
H A Dmain.c2433 void (*cb)(void) = zend_post_shutdown_cb; in php_module_shutdown() local
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c3169 zend_result (*cb)(void) = orig_post_startup_cb; local
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c1475 void LSAPI_Register_Pgrp_Timer_Callback(LSAPI_On_Timer_pf cb) in LSAPI_Register_Pgrp_Timer_Callback()

Completed in 119 milliseconds