Lines Matching defs:header
729 * the header.
738 * Write the header into the buffer and send the packet off to the debugger.
1266 * Setup the header for a chunk of DDM data.
1271 /* form the header (JDWP plus DDMS) */
1289 uint8_t header[kJDWPHeaderLen + 8] = { 0 };
1297 * "Wrap" the contents of the iovec with a JDWP/DDMS header. We do
1298 * this by creating a new copy of the vector with space for the header.
1307 SetupChunkHeader(type, dataLen, sizeof(header), header);
1309 wrapiov[0].iov_base = header;
1310 wrapiov[0].iov_len = sizeof(header);