Home
last modified time | relevance | path

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

/PHP-8.2/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.2/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.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c922 static void show_parsed(compile_block *cb) in show_parsed()
2088 uint16_t *pdataptr, int *errorcodeptr, compile_block *cb) in get_ucp()
2381 int *errorcodeptr, compile_block *cb) in read_name()
2505 uint32_t *parsed_pattern, compile_block *cb) in manage_callouts()
2599 compile_block *cb) in parse_regex()
5195 compile_block *cb, uint32_t start, uint32_t end) in add_to_class()
5269 uint32_t options, compile_block *cb, const uint32_t *p) in add_not_list_to_class()
5308 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details()
5390 compile_block *cb, PCRE2_SIZE *lengthptr) in compile_branch()
9135 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() local
3330 pcre2_callout_block cb; in pcre2_dfa_match() local
H A Dpcre2_match.c272 pcre2_callout_block *cb; in do_callout() local
6353 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.2/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.c1051 zend_result (*cb)(void) = zend_post_startup_cb; in zend_post_startup() local
/PHP-8.2/ext/standard/
H A Dstrnatcmp.c90 unsigned char ca, cb; in strnatcmp_ex() local
H A Dassert.c66 ASSERTG(cb)[ZSTR_LEN(new_value)] = '\0'; in PHP_INI_MH() local
/PHP-8.2/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.2/ext/pdo_sqlite/
H A Dsqlite_driver.c325 static int do_callback(struct pdo_sqlite_fci *fc, zval *cb, in do_callback()
/PHP-8.2/main/
H A DSAPI.c876 zval cb; in sapi_send_headers() local
H A Dmain.c2483 void (*cb)(void) = zend_post_shutdown_cb; in php_module_shutdown() local
/PHP-8.2/ext/sqlite3/
H A Dsqlite3.c730 static int sqlite3_do_callback(struct php_sqlite3_fci *fc, zval *cb, int argc, sqlite3_value **argv… in sqlite3_do_callback()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c3194 zend_result (*cb)(void) = orig_post_startup_cb; local
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c1474 void LSAPI_Register_Pgrp_Timer_Callback(LSAPI_On_Timer_pf cb) in LSAPI_Register_Pgrp_Timer_Callback()

Completed in 129 milliseconds