Home
last modified time | relevance | path

Searched refs:cb (Results 51 – 74 of 74) sorted by relevance

123

/php-src/ext/dom/lexbor/lexbor/core/
H A Davl.c456 lexbor_avl_node_f cb, void *ctx) in lexbor_avl_foreach() argument
485 status = cb(avl, scope, node, ctx); in lexbor_avl_foreach()
/php-src/main/
H A DSAPI.c877 zval cb; in sapi_send_headers() local
878 ZVAL_COPY_VALUE(&cb, &SG(callback_func)); in sapi_send_headers()
880 sapi_run_header_callback(&cb); in sapi_send_headers()
881 zval_ptr_dtor(&cb); in sapi_send_headers()
H A Dmain.c2409 void (*cb)(void) = zend_post_shutdown_cb; in php_module_shutdown() local
2412 cb(); in php_module_shutdown()
/php-src/sapi/litespeed/
H A Dlsapi_main.c882 void (*cb)(char* begin, in walk_down_the_path()
888 cb(path_stop, pos, data); in walk_down_the_path()
895 cb(path_stop, path_stop + strlen(path_stop), data); in walk_down_the_path()
898 cb(path_stop, pos, data); in walk_down_the_path()
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/ext/mbstring/tests/
H A Dmb_str_split_other.phpt103 [74, 65, 73, 74, 20, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, ca, cb, cc, cd, ce, cf]
/php-src/ext/pcre/pcre2lib/
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/TSRM/
H A DTSRM.c579 TSRM_API void ts_apply_for_id(ts_rsrc_id id, void (*cb)(void *)) in ts_apply_for_id()
591 cb(p->storage[rsrc_id]); in ts_apply_for_id()
H A Dtsrm_win32.c515 startup.cb = sizeof(STARTUPINFOW); in popen_ex()
/php-src/ext/dom/lexbor/patches/
H A D0001-Patch-out-CSS-parser.patch277 return lxb_css_rule_serialize(node->value, context->cb, context->ctx);
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt247 LATIN CAPITAL LETTER E WITH DIAERESIS: Ë => cb
248 Ë => cb
H A Dhtml_entity_decode_macroman.phpt350 À => cb
382 LATIN CAPITAL LETTER A WITH GRAVE: À => cb
H A Dhtml_entity_decode_iso8859-5.phpt247 CYRILLIC CAPITAL LETTER YERU: Ы => cb
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/build/
H A Dconfig.guess1237 if test -f /usr/options/cb.name; then
1238 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/php-src/Zend/
H A Dzend.c1078 zend_result (*cb)(void) = zend_post_startup_cb; in zend_post_startup() local
1081 if (cb() != SUCCESS) { in zend_post_startup()
/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.c2790 static void zps_startup_failure(const char *reason, const char *api_reason, int (*cb)(zend_extensio… in zps_startup_failure()
2795 zend_llist_del_element(&zend_extensions, NULL, (int (*)(void *, void *))cb); in zps_startup_failure()
3176 zend_result (*cb)(void) = orig_post_startup_cb; local
3179 if (cb() != SUCCESS) {
/php-src/ext/standard/
H A Dproc_open.c683 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/cgi/
H A Dcgi_main.c2171 si.cb = sizeof(si);

Completed in 109 milliseconds

123