Home
last modified time | relevance | path

Searched refs:cb (Results 76 – 87 of 87) sorted by relevance

1234

/php-src/Zend/
H A Dzend.c1100 zend_result (*cb)(void) = zend_post_startup_cb; in zend_post_startup() local
1103 if (cb() != SUCCESS) { in zend_post_startup()
/php-src/main/
H A Dmain.c2476 void (*cb)(void) = zend_post_shutdown_cb; in php_module_shutdown() local
2479 cb(); in php_module_shutdown()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c5227 StkId cb=ra+3;
5228 setobj(L,cb+2,ra+2);
5229 setobj(L,cb+1,ra+1);
5230 setobj(L,cb,ra);
5231 L->top=cb+3;
5232 Protect(luaD_call(L,cb,GETARG_C(i)));
5234 cb=RA(i)+3;
5235 if(!ttisnil(cb)){
5236 setobj(L,cb-1,cb);
/php-src/ext/opcache/
H A DZendAccelerator.c2810 static void zps_startup_failure(const char *reason, const char *api_reason, int (*cb)(zend_extensio… in zps_startup_failure()
2815 zend_llist_del_element(&zend_extensions, NULL, (int (*)(void *, void *))cb); in zps_startup_failure()
3196 zend_result (*cb)(void) = orig_post_startup_cb; local
3199 if (cb() != SUCCESS) {
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_win1251.phpt379 CYRILLIC CAPITAL LETTER EL: Л => cb
H A Dhtml_entity_decode_cp866.phpt375 BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL: ╦ => cb
H A Dhtml_entity_decode_koi8-r.phpt375 CYRILLIC SMALL LETTER KA: к => cb
H A Dbug49785.phpt229 string(2) "cb"
/php-src/ext/standard/
H A Dproc_open.c673 si->cb = sizeof(STARTUPINFOW); in init_startup_info()
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt220 array( '}cb~>Xb)FmR,laznl:H^V?FKLC4z|9}{|`z<:^F`Lxm', 'c04f1349' ),
/php-src/sapi/litespeed/
H A Dlsapilib.c1475 void LSAPI_Register_Pgrp_Timer_Callback(LSAPI_On_Timer_pf cb) in LSAPI_Register_Pgrp_Timer_Callback() argument
1477 s_proc_group_timer_cb = cb; in LSAPI_Register_Pgrp_Timer_Callback()
/php-src/sapi/cgi/
H A Dcgi_main.c2184 si.cb = sizeof(si);

Completed in 87 milliseconds

1234