Home
last modified time | relevance | path

Searched refs:cb (Results 26 – 50 of 52) sorted by relevance

123

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c574 …XMLRPC_ServerRegisterIntrospectionCallback(XMLRPC_SERVER server, XMLRPC_IntrospectionCallback cb) { in XMLRPC_ServerRegisterIntrospectionCallback() argument
576 if(server && cb) { in XMLRPC_ServerRegisterIntrospectionCallback()
581 dm->method = cb; in XMLRPC_ServerRegisterIntrospectionCallback()
H A Dxmlrpc.c2431 int XMLRPC_ServerRegisterMethod(XMLRPC_SERVER server, const char *name, XMLRPC_Callback cb) { in XMLRPC_ServerRegisterMethod() argument
2432 if(server && name && cb) { in XMLRPC_ServerRegisterMethod()
2438 sm->method = cb; in XMLRPC_ServerRegisterMethod()
2567 XMLRPC_Callback cb = in XMLRPC_ServerCallMethod() local
2569 if(cb) { in XMLRPC_ServerCallMethod()
2570 xReturn = cb(server, request, userData); in XMLRPC_ServerCallMethod()
H A Dxmlrpc.h395 int XMLRPC_ServerRegisterMethod(XMLRPC_SERVER server, const char *name, XMLRPC_Callback cb);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c271 pcre2_callout_block *cb; in do_callout() local
294 cb = mb->cb; in do_callout()
307 cb->callout_string = NULL; in do_callout()
312 cb->callout_number = 0; in do_callout()
315 cb->callout_string_length = in do_callout()
325 cb->callout_flags = 0; in do_callout()
6158 pcre2_callout_block cb; in pcre2_match() local
6524 mb->cb = &cb; in pcre2_match()
6525 cb.version = 2; in pcre2_match()
6526 cb.subject = subject; in pcre2_match()
[all …]
H A Dpcre2_intmodedep.h886 pcre2_callout_block *cb; /* Points to a callout block */ member
915 pcre2_callout_block *cb; /* Points to a callout block */ member
/PHP-7.4/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt147 234: cb
H A Dstrtolower-win32.phpt266 cb => eb
H A Dhtml_entity_decode_iso8859-15.phpt246 LATIN CAPITAL LETTER E WITH DIAERESIS: Ë => cb
247 Ë => cb
H A Dhtml_entity_decode_macroman.phpt349 À => cb
381 LATIN CAPITAL LETTER A WITH GRAVE: À => cb
H A Dhtml_entity_decode_iso8859-5.phpt246 CYRILLIC CAPITAL LETTER YERU: Ы => cb
H A Dhtml_entity_decode_win1251.phpt378 CYRILLIC CAPITAL LETTER EL: Л => cb
H A Dhtml_entity_decode_cp866.phpt374 BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL: ╦ => cb
H A Dhtml_entity_decode_koi8-r.phpt374 CYRILLIC SMALL LETTER KA: к => cb
/PHP-7.4/main/
H A DSAPI.c874 zval cb; in sapi_send_headers() local
875 ZVAL_COPY_VALUE(&cb, &SG(callback_func)); in sapi_send_headers()
877 sapi_run_header_callback(&cb); in sapi_send_headers()
878 zval_ptr_dtor(&cb); in sapi_send_headers()
H A Dmain.c2563 void (*cb)(void) = zend_post_shutdown_cb; in php_module_shutdown() local
2566 cb(); in php_module_shutdown()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c896 void (*cb)(char* begin, in walk_down_the_path()
902 cb(path_stop, pos, data); in walk_down_the_path()
909 cb(path_stop, path_stop + strlen(path_stop), data); in walk_down_the_path()
912 cb(path_stop, pos, data); in walk_down_the_path()
H A Dlsapilib.c1495 void LSAPI_Register_Pgrp_Timer_Callback(LSAPI_On_Timer_pf cb) in LSAPI_Register_Pgrp_Timer_Callback() argument
1497 s_proc_group_timer_cb = cb; in LSAPI_Register_Pgrp_Timer_Callback()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c319 static int do_callback(struct pdo_sqlite_fci *fc, zval *cb, in do_callback() argument
337 ZVAL_COPY_VALUE(&fc->fci.function_name, cb); in do_callback()
/PHP-7.4/Zend/
H A Dzend.c1006 int (*cb)(void) = zend_post_startup_cb; in zend_post_startup() local
1009 if (cb() != SUCCESS) { in zend_post_startup()
/PHP-7.4/TSRM/
H A Dtsrm_win32.c518 startup.cb = sizeof(STARTUPINFOW); in popen_ex()
/PHP-7.4/build/
H A Dconfig.guess1217 if test -f /usr/options/cb.name; then
1218 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/PHP-7.4/ext/standard/
H A Dproc_open.c896 si.cb = sizeof(si); in PHP_FUNCTION()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2533 static void zps_startup_failure(char *reason, char *api_reason, int (*cb)(zend_extension *, zend_ex… in zps_startup_failure()
2538 zend_llist_del_element(&zend_extensions, NULL, (int (*)(void *, void *))cb); in zps_startup_failure()
2935 int (*cb)(void) = orig_post_startup_cb; in accel_post_startup() local
2938 if (cb() != SUCCESS) { in accel_post_startup()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c750 static int sqlite3_do_callback(struct php_sqlite3_fci *fc, zval *cb, int argc, sqlite3_value **argv… in sqlite3_do_callback() argument
766 ZVAL_COPY_VALUE(&fc->fci.function_name, cb); in sqlite3_do_callback()
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt220 array( '}cb~>Xb)FmR,laznl:H^V?FKLC4z|9}{|`z<:^F`Lxm', 'c04f1349' ),

Completed in 118 milliseconds

123