HomeSort by relevance Sort by last modified time
    Searched refs:output (Results 1 - 25 of 2002) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /webstack/webstack/branches/CoolStack12Rtm/src/curl-7.14.0/lib/
md5.h 26 void Curl_md5it(unsigned char *output,
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/src/common/debugger/signaldata/
LqhTrans.cpp 19 printLQH_TRANSCONF(FILE * output, const Uint32 * theData,
22 fprintf(output, " tcRef: %x\n", sig->tcRef);
23 fprintf(output, " lqhNodeId: %x\n", sig->lqhNodeId);
24 fprintf(output, " operationStatus: %x\n", sig->operationStatus);
25 fprintf(output, " transId1: %x\n", sig->transId1);
26 fprintf(output, " transId2: %x\n", sig->transId2);
27 fprintf(output, " apiRef: %x\n", sig->apiRef);
28 fprintf(output, " apiOpRec: %x\n", sig->apiOpRec);
29 fprintf(output, " lqhConnectPtr: %x\n", sig->lqhConnectPtr);
30 fprintf(output, " oldTcOpRec: %x\n", sig->oldTcOpRec)
    [all...]
ScanFrag.cpp 23 printSCAN_FRAGREQ(FILE * output, const Uint32 * theData,
26 fprintf(output, " senderData: %x\n", sig->senderData);
27 fprintf(output, " resultRef: %x\n", sig->resultRef);
28 fprintf(output, " savePointId: %x\n", sig->savePointId);
29 fprintf(output, " requestInfo: %x\n", sig->requestInfo);
30 fprintf(output, " tableId: %x\n", sig->tableId);
31 fprintf(output, " fragmentNo: %x\n", sig->fragmentNoKeyLen & 0xFFFF);
32 fprintf(output, " keyLen: %x\n", sig->fragmentNoKeyLen >> 16);
33 fprintf(output, " schemaVersion: %x\n", sig->schemaVersion);
34 fprintf(output, " transId1: %x\n", sig->transId1)
    [all...]
AlterTrig.cpp 18 bool printALTER_TRIG_REQ(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
22 fprintf(output, "User: %u, ", sig->getUserRef());
23 fprintf(output, "Trigger id: %u, ", sig->getTriggerId());
24 fprintf(output, "\n");
29 bool printALTER_TRIG_CONF(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
33 fprintf(output, "User: %u, ", sig->getUserRef());
34 fprintf(output, "Trigger id: %u, ", sig->getTriggerId());
35 fprintf(output, "\n");
40 bool printALTER_TRIG_REF(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
44 fprintf(output, "User: %u, ", sig->getUserRef())
    [all...]
FsReadWriteReq.cpp 21 printFSREADWRITEREQ(FILE * output, const Uint32 * theData,
28 fprintf(output, " UserPointer: %d\n", sig->userPointer);
29 fprintf(output, " FilePointer: %d\n", sig->filePointer);
30 fprintf(output, " UserReference: H\'%.8x", sig->userReference);
32 fprintf(output, " Operation flag: H\'%.8x (", sig->operationFlag);
34 fprintf(output, "Sync,");
36 fprintf(output, "No sync,");
38 fprintf(output, " Format=");
41 fprintf(output, "List of pairs)\n");
44 fprintf(output, "Array of pages)\n")
    [all...]
PackedSignal.cpp 21 printPACKED_SIGNAL(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo){
22 fprintf(output, "Signal data: ");
25 fprintf(output, "H\'%.8x ", theData[i++]);
26 fprintf(output,"\n");
27 fprintf(output, "--------- Begin Packed Signals --------\n");
33 fprintf(output, "--------------- Signal ----------------\n");
34 fprintf(output, "r.bn: %u \"%s\", length: %u \"COMMIT\"\n",
36 fprintf(output, "Signal data: ");
38 fprintf(output, "H\'%.8x ", theData[i++]);
39 fprintf(output,"\n")
    [all...]
  /webstack/webstack/trunk/src/curl-7.14.0/lib/
md5.h 26 void Curl_md5it(unsigned char *output,
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/ndb/src/common/debugger/signaldata/
LqhTrans.cpp 20 printLQH_TRANSCONF(FILE * output, const Uint32 * theData,
23 fprintf(output, " tcRef: %x\n", sig->tcRef);
24 fprintf(output, " lqhNodeId: %x\n", sig->lqhNodeId);
25 fprintf(output, " operationStatus: %x\n", sig->operationStatus);
26 fprintf(output, " transId1: %x\n", sig->transId1);
27 fprintf(output, " transId2: %x\n", sig->transId2);
28 fprintf(output, " apiRef: %x\n", sig->apiRef);
29 fprintf(output, " apiOpRec: %x\n", sig->apiOpRec);
30 fprintf(output, " lqhConnectPtr: %x\n", sig->lqhConnectPtr);
31 fprintf(output, " oldTcOpRec: %x\n", sig->oldTcOpRec)
    [all...]
ScanFrag.cpp 24 printSCAN_FRAGREQ(FILE * output, const Uint32 * theData,
27 fprintf(output, " senderData: %x\n", sig->senderData);
28 fprintf(output, " resultRef: %x\n", sig->resultRef);
29 fprintf(output, " savePointId: %x\n", sig->savePointId);
30 fprintf(output, " requestInfo: %x\n", sig->requestInfo);
31 fprintf(output, " tableId: %x\n", sig->tableId);
32 fprintf(output, " fragmentNo: %x\n", sig->fragmentNoKeyLen & 0xFFFF);
33 fprintf(output, " keyLen: %x\n", sig->fragmentNoKeyLen >> 16);
34 fprintf(output, " schemaVersion: %x\n", sig->schemaVersion);
35 fprintf(output, " transId1: %x\n", sig->transId1)
    [all...]
AlterTrig.cpp 19 bool printALTER_TRIG_REQ(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
23 fprintf(output, "User: %u, ", sig->getUserRef());
24 fprintf(output, "Trigger id: %u, ", sig->getTriggerId());
25 fprintf(output, "\n");
30 bool printALTER_TRIG_CONF(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
34 fprintf(output, "User: %u, ", sig->getUserRef());
35 fprintf(output, "Trigger id: %u, ", sig->getTriggerId());
36 fprintf(output, "\n");
41 bool printALTER_TRIG_REF(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
45 fprintf(output, "User: %u, ", sig->getUserRef())
    [all...]
FsReadWriteReq.cpp 22 printFSREADWRITEREQ(FILE * output, const Uint32 * theData,
29 fprintf(output, " UserPointer: %d\n", sig->userPointer);
30 fprintf(output, " FilePointer: %d\n", sig->filePointer);
31 fprintf(output, " UserReference: H\'%.8x", sig->userReference);
33 fprintf(output, " Operation flag: H\'%.8x (", sig->operationFlag);
35 fprintf(output, "Sync,");
37 fprintf(output, "No sync,");
39 fprintf(output, " Format=");
42 fprintf(output, "List of pairs)\n");
45 fprintf(output, "Array of pages)\n")
    [all...]
PackedSignal.cpp 22 printPACKED_SIGNAL(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo){
23 fprintf(output, "Signal data: ");
26 fprintf(output, "H\'%.8x ", theData[i++]);
27 fprintf(output,"\n");
28 fprintf(output, "--------- Begin Packed Signals --------\n");
34 fprintf(output, "--------------- Signal ----------------\n");
35 fprintf(output, "r.bn: %u \"%s\", length: %u \"COMMIT\"\n",
37 fprintf(output, "Signal data: ");
39 fprintf(output, "H\'%.8x ", theData[i++]);
40 fprintf(output,"\n")
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/ndb/src/common/debugger/signaldata/
LqhTrans.cpp 20 printLQH_TRANSCONF(FILE * output, const Uint32 * theData,
23 fprintf(output, " tcRef: %x\n", sig->tcRef);
24 fprintf(output, " lqhNodeId: %x\n", sig->lqhNodeId);
25 fprintf(output, " operationStatus: %x\n", sig->operationStatus);
26 fprintf(output, " transId1: %x\n", sig->transId1);
27 fprintf(output, " transId2: %x\n", sig->transId2);
28 fprintf(output, " apiRef: %x\n", sig->apiRef);
29 fprintf(output, " apiOpRec: %x\n", sig->apiOpRec);
30 fprintf(output, " lqhConnectPtr: %x\n", sig->lqhConnectPtr);
31 fprintf(output, " oldTcOpRec: %x\n", sig->oldTcOpRec)
    [all...]
ScanFrag.cpp 24 printSCAN_FRAGREQ(FILE * output, const Uint32 * theData,
27 fprintf(output, " senderData: %x\n", sig->senderData);
28 fprintf(output, " resultRef: %x\n", sig->resultRef);
29 fprintf(output, " savePointId: %x\n", sig->savePointId);
30 fprintf(output, " requestInfo: %x\n", sig->requestInfo);
31 fprintf(output, " tableId: %x\n", sig->tableId);
32 fprintf(output, " fragmentNo: %x\n", sig->fragmentNoKeyLen & 0xFFFF);
33 fprintf(output, " keyLen: %x\n", sig->fragmentNoKeyLen >> 16);
34 fprintf(output, " schemaVersion: %x\n", sig->schemaVersion);
35 fprintf(output, " transId1: %x\n", sig->transId1)
    [all...]
AlterTrig.cpp 19 bool printALTER_TRIG_REQ(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
23 fprintf(output, "User: %u, ", sig->getUserRef());
24 fprintf(output, "Trigger id: %u, ", sig->getTriggerId());
25 fprintf(output, "\n");
30 bool printALTER_TRIG_CONF(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
34 fprintf(output, "User: %u, ", sig->getUserRef());
35 fprintf(output, "Trigger id: %u, ", sig->getTriggerId());
36 fprintf(output, "\n");
41 bool printALTER_TRIG_REF(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
45 fprintf(output, "User: %u, ", sig->getUserRef())
    [all...]
FsReadWriteReq.cpp 22 printFSREADWRITEREQ(FILE * output, const Uint32 * theData,
29 fprintf(output, " UserPointer: %d\n", sig->userPointer);
30 fprintf(output, " FilePointer: %d\n", sig->filePointer);
31 fprintf(output, " UserReference: H\'%.8x", sig->userReference);
33 fprintf(output, " Operation flag: H\'%.8x (", sig->operationFlag);
35 fprintf(output, "Sync,");
37 fprintf(output, "No sync,");
39 fprintf(output, " Format=");
42 fprintf(output, "List of pairs)\n");
45 fprintf(output, "Array of pages)\n")
    [all...]
PackedSignal.cpp 22 printPACKED_SIGNAL(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo){
23 fprintf(output, "Signal data: ");
26 fprintf(output, "H\'%.8x ", theData[i++]);
27 fprintf(output,"\n");
28 fprintf(output, "--------- Begin Packed Signals --------\n");
34 fprintf(output, "--------------- Signal ----------------\n");
35 fprintf(output, "r.bn: %u \"%s\", length: %u \"COMMIT\"\n",
37 fprintf(output, "Signal data: ");
39 fprintf(output, "H\'%.8x ", theData[i++]);
40 fprintf(output,"\n")
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.45/ndb/src/common/debugger/signaldata/
LqhTrans.cpp 19 printLQH_TRANSCONF(FILE * output, const Uint32 * theData,
22 fprintf(output, " tcRef: %x\n", sig->tcRef);
23 fprintf(output, " lqhNodeId: %x\n", sig->lqhNodeId);
24 fprintf(output, " operationStatus: %x\n", sig->operationStatus);
25 fprintf(output, " transId1: %x\n", sig->transId1);
26 fprintf(output, " transId2: %x\n", sig->transId2);
27 fprintf(output, " apiRef: %x\n", sig->apiRef);
28 fprintf(output, " apiOpRec: %x\n", sig->apiOpRec);
29 fprintf(output, " lqhConnectPtr: %x\n", sig->lqhConnectPtr);
30 fprintf(output, " oldTcOpRec: %x\n", sig->oldTcOpRec)
    [all...]
ScanFrag.cpp 23 printSCAN_FRAGREQ(FILE * output, const Uint32 * theData,
26 fprintf(output, " senderData: %x\n", sig->senderData);
27 fprintf(output, " resultRef: %x\n", sig->resultRef);
28 fprintf(output, " savePointId: %x\n", sig->savePointId);
29 fprintf(output, " requestInfo: %x\n", sig->requestInfo);
30 fprintf(output, " tableId: %x\n", sig->tableId);
31 fprintf(output, " fragmentNo: %x\n", sig->fragmentNoKeyLen & 0xFFFF);
32 fprintf(output, " keyLen: %x\n", sig->fragmentNoKeyLen >> 16);
33 fprintf(output, " schemaVersion: %x\n", sig->schemaVersion);
34 fprintf(output, " transId1: %x\n", sig->transId1)
    [all...]
AlterTrig.cpp 18 bool printALTER_TRIG_REQ(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
22 fprintf(output, "User: %u, ", sig->getUserRef());
23 fprintf(output, "Trigger id: %u, ", sig->getTriggerId());
24 fprintf(output, "\n");
29 bool printALTER_TRIG_CONF(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
33 fprintf(output, "User: %u, ", sig->getUserRef());
34 fprintf(output, "Trigger id: %u, ", sig->getTriggerId());
35 fprintf(output, "\n");
40 bool printALTER_TRIG_REF(FILE * output, const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo)
44 fprintf(output, "User: %u, ", sig->getUserRef())
    [all...]
FsReadWriteReq.cpp 21 printFSREADWRITEREQ(FILE * output, const Uint32 * theData,
28 fprintf(output, " UserPointer: %d\n", sig->userPointer);
29 fprintf(output, " FilePointer: %d\n", sig->filePointer);
30 fprintf(output, " UserReference: H\'%.8x", sig->userReference);
32 fprintf(output, " Operation flag: H\'%.8x (", sig->operationFlag);
34 fprintf(output, "Sync,");
36 fprintf(output, "No sync,");
38 fprintf(output, " Format=");
41 fprintf(output, "List of pairs)\n");
44 fprintf(output, "Array of pages)\n")
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/lib/rexml/formatters/
transitive.rb 21 def write_element( node, output )
22 output << "<#{node.expanded_name}"
25 output << " "
26 attr.write( output )
29 output << "\n"
30 output << ' '*@level
32 output << "/"
34 output << ">"
35 # If compact and all children are text, and if the formatted output
41 write( child, output )
    [all...]
default.rb 14 # Writes the node to some output.
18 # output::
19 # A class implementing <TT>&lt;&lt;</TT>. Pass in an Output object to
20 # change the output encoding.
21 def write( node, output )
25 if node.xml_decl.encoding != "UTF-8" && !output.kind_of?(Output)
26 output = Output.new( output, node.xml_decl.encoding
    [all...]
  /webstack/webstack/trunk/src/ruby-1.8.6/lib/rexml/formatters/
transitive.rb 21 def write_element( node, output )
22 output << "<#{node.expanded_name}"
25 output << " "
26 attr.write( output )
29 output << "\n"
30 output << ' '*@level
32 output << "/"
34 output << ">"
35 # If compact and all children are text, and if the formatted output
41 write( child, output )
    [all...]
default.rb 14 # Writes the node to some output.
18 # output::
19 # A class implementing <TT>&lt;&lt;</TT>. Pass in an Output object to
20 # change the output encoding.
21 def write( node, output )
25 if node.xml_decl.encoding != "UTF-8" && !output.kind_of?(Output)
26 output = Output.new( output, node.xml_decl.encoding
    [all...]

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 91011>>