Home
last modified time | relevance | path

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

123

/PHP-5.5/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.5/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
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
/PHP-5.5/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.5/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.5/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.5/ext/mysqli/tests/
H A Dclient-cert.pem19 15:e1:2a:3c:a3:d4:61:cb:f5:11:94:17:81:81:f7:
/PHP-5.5/ext/zip/lib/
H A Dzipint.h256 } cb; member
/PHP-5.5/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.5/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.5/
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.5/TSRM/
H A Dtsrm_win32.c503 startup.cb = sizeof(STARTUPINFO); in popen_ex()
/PHP-5.5/ext/standard/
H A Dproc_open.c723 si.cb = sizeof(si); in PHP_FUNCTION()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c683 static int sqlite3_do_callback(struct php_sqlite3_fci *fc, zval *cb, int argc, sqlite3_value **argv… argument
700 fc->fci.function_name = cb;

Completed in 165 milliseconds

123