62 "29":
"call reference",
79 "call reference": NT_FUNCREF,
80 "closure": NT_RUNTIME_CLOSURE,
148 const Build = qore(
new QoreBigIntNode(qore_build_number));
150 const BuildHost = qore(
new QoreStringNode(qore_build_host));
152 const CFLAGS = qore(
new QoreStringNode(qore_cflags));
154 const Compiler = qore(
new QoreStringNode(qore_cplusplus_compiler));
156 const LDFLAGS = qore(
new QoreStringNode(qore_ldflags));
170 const VersionSub = qore(
new QoreBigIntNode(qore_version_sub));
201 "3":
"HTTP_CONTENT_LENGTH",
202 "4":
"HTTP_CHUNKED_START",
203 "5":
"HTTP_CHUNKED_END",
204 "6":
"HTTP_REDIRECT",
205 "7":
"CHANNEL_CLOSED",
207 "9":
"FTP_SEND_MESSAGE",
208 "10":
"FTP_MESSAGE_RECEIVED",
209 "11":
"HOSTNAME_LOOKUP",
210 "12":
"HOSTNAME_RESOLVED",
211 "13":
"HTTP_SEND_MESSAGE",
212 "14":
"HTTP_MESSAGE_RECEIVED",
213 "15":
"HTTP_FOOTERS_RECEIVED",
214 "16":
"HTTP_CHUNKED_DATA_RECEIVED",
215 "17":
"HTTP_CHUNK_SIZE",
219 "21":
"SSL_ESTABLISHED",
223 "25":
"DATA_WRITTEN",
304 const stderr = qore(QC_FILE->execSystemConstructor(2));
306 const stdin = qore(QC_FILE->execSystemConstructor(0));
308 const stdout = qore(QC_FILE->execSystemConstructor(1));