Home
last modified time | relevance | path

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

123

/PHP-5.6/sapi/pi3web/
H A Dpi3web_sapi.c126 LPCONTROL_BLOCK cb; in zend_pi3web_ub_write() local
128 cb = (LPCONTROL_BLOCK) SG(server_context); in zend_pi3web_ub_write()
131 cb->WriteClient(cb->ConnID, (char *) str, &num_bytes, 0 ); in zend_pi3web_ub_write()
/PHP-5.6/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt266 cb => cb
298 eb => cb
H A Dconvert_cyr_string_basic.phpt143 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
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_exec.c1298 PUBL(callout_block) cb; in match()
1300 cb.callout_number = ecode[1]; in match()
1312 cb.pattern_position = GET(ecode, 2); in match()
1314 cb.capture_top = offset_top/2; in match()
1317 if (cb.capture_last == 0) cb.capture_last = -1; in match()
1708 PUBL(callout_block) cb; in match()
1710 cb.callout_number = ecode[1]; in match()
1722 cb.pattern_position = GET(ecode, 2); in match()
1724 cb.capture_top = offset_top/2; in match()
1727 if (cb.capture_last == 0) cb.capture_last = -1; in match()
[all …]
/PHP-5.6/ext/standard/tests/array/
H A Darray_map_object1.phpt29 function test($cb, $args) {
30 echo join('::', $cb) . "\n";
31 var_dump(array_map($cb, $args));
/PHP-5.6/ext/mysqli/tests/
H A Dcacert.pem19 ba:35:ce:9a:a9:58:0a:fc:11:6e:1d:cb:a8:f1:92:
45 79:9a:22:8c:1f:da:33:ea:ef:db:e3:cb:46:bc:36:91:8b:d8:
H A Dclient-cert.pem57 cb:fd:b4:73:40:ba:5d:49:e2:0d:39:77:17:01:49:bb:72:8b:
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c577 …XMLRPC_ServerRegisterIntrospectionCallback(XMLRPC_SERVER server, XMLRPC_IntrospectionCallback cb) { in XMLRPC_ServerRegisterIntrospectionCallback() argument
579 if(server && cb) { in XMLRPC_ServerRegisterIntrospectionCallback()
584 dm->method = cb; in XMLRPC_ServerRegisterIntrospectionCallback()
H A Dxmlrpc.c2439 int XMLRPC_ServerRegisterMethod(XMLRPC_SERVER server, const char *name, XMLRPC_Callback cb) { in XMLRPC_ServerRegisterMethod() argument
2440 if(server && name && cb) { in XMLRPC_ServerRegisterMethod()
2446 sm->method = cb; in XMLRPC_ServerRegisterMethod()
2575 XMLRPC_Callback cb = in XMLRPC_ServerCallMethod() local
2577 if(cb) { in XMLRPC_ServerCallMethod()
2578 xReturn = cb(server, request, userData); in XMLRPC_ServerCallMethod()
H A Dxmlrpc.h394 int XMLRPC_ServerRegisterMethod(XMLRPC_SERVER server, const char *name, XMLRPC_Callback cb);
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput6950 \x{01ca}\x{01cb}\x{01cc}
952 /[z\x{01cb}]+/8i
953 \x{01ca}\x{01cb}\x{01cc}
956 \x{01ca}\x{01cb}\x{01cc}
1155 \x{01ca}\x{01cb}\x{01cc}
1157 /\x{01cb}+/8i
1158 \x{01ca}\x{01cb}\x{01cc}
1161 \x{01ca}\x{01cb}\x{01cc}
H A Dtestoutput61635 \x{01ca}\x{01cb}\x{01cc}
1636 0: \x{1ca}\x{1cb}\x{1cc}
1638 /[z\x{01cb}]+/8i
1639 \x{01ca}\x{01cb}\x{01cc}
1640 0: \x{1ca}\x{1cb}\x{1cc}
1643 \x{01ca}\x{01cb}\x{01cc}
1644 0: \x{1ca}\x{1cb}\x{1cc}
1924 0: \x{1ca}\x{1cb}\x{1cc}
1926 /\x{01cb}+/8i
1928 0: \x{1ca}\x{1cb}\x{1cc}
[all …]
H A Dtestinput101164 \x{01ca}\x{01cb}\x{01cc}
1166 /\x{01cb}+/8i
1167 \x{01ca}\x{01cb}\x{01cc}
1170 \x{01ca}\x{01cb}\x{01cc}
H A Dtestoutput102182 \x{01ca}\x{01cb}\x{01cc}
2183 0: \x{1ca}\x{1cb}\x{1cc}
2185 /\x{01cb}+/8i
2186 \x{01ca}\x{01cb}\x{01cc}
2187 0: \x{1ca}\x{1cb}\x{1cc}
2190 \x{01ca}\x{01cb}\x{01cc}
2191 0: \x{1ca}\x{1cb}\x{1cc}
/PHP-5.6/sapi/litespeed/
H A Dlsapi_main.c813 void (*cb)(char* begin, in walk_down_the_path()
819 cb(path_stop, pos, data); in walk_down_the_path()
826 cb(path_stop, path_stop + strlen(path_stop), data); in walk_down_the_path()
829 cb(path_stop, pos, data); in walk_down_the_path()
/PHP-5.6/ext/pdo_sqlite/
H A Dsqlite_driver.c311 static int do_callback(struct pdo_sqlite_fci *fc, zval *cb, in do_callback() argument
330 fc->fci.function_name = cb; in do_callback()
/PHP-5.6/ext/zip/lib/
H A Dzipint.h364 } cb; member
/PHP-5.6/
H A Dconfig.guess1067 if test -f /usr/options/cb.name; then
1068 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/PHP-5.6/TSRM/
H A Dtsrm_win32.c503 startup.cb = sizeof(STARTUPINFO); in popen_ex()
/PHP-5.6/ext/standard/
H A Dproc_open.c724 si.cb = sizeof(si); in PHP_FUNCTION()
/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c710 static int sqlite3_do_callback(struct php_sqlite3_fci *fc, zval *cb, int argc, sqlite3_value **argv… argument
727 fc->fci.function_name = cb;

Completed in 149 milliseconds

123