extraBytes        122 coordinatorapi.cpp   msg.extraBytes = progname.length() + 1;
extraBytes        357 coordinatorapi.cpp   JASSERT(msg.extraBytes > 0);
extraBytes        358 coordinatorapi.cpp   _coordinatorSocket.readAll(buf, msg.extraBytes);
extraBytes        367 coordinatorapi.cpp   msg.extraBytes = strlen(dir) + 1;
extraBytes        378 coordinatorapi.cpp   if (msg.extraBytes > 0) {
extraBytes        380 coordinatorapi.cpp     JASSERT(len == msg.extraBytes);
extraBytes        381 coordinatorapi.cpp     _coordinatorSocket.writeAll((const char *)extraData, msg.extraBytes);
extraBytes        393 coordinatorapi.cpp     JASSERT(msg->extraBytes > 0);
extraBytes        395 coordinatorapi.cpp     void *buf = JALLOC_HELPER_MALLOC(msg->extraBytes);
extraBytes        396 coordinatorapi.cpp     _coordinatorSocket.readAll((char*)buf, msg->extraBytes);
extraBytes        491 coordinatorapi.cpp   msg.extraBytes = hostname.length() + 1 + progname.length() + 1;
extraBytes        633 coordinatorapi.cpp   msg.extraBytes = ckptFilename.length() + 1 + hostname.length() + 1;
extraBytes        655 coordinatorapi.cpp   msg.extraBytes = key_len + val_len;
extraBytes        696 coordinatorapi.cpp   msg.extraBytes = key_len;
extraBytes        722 coordinatorapi.cpp           msg.extraBytes == msg.valLen);
extraBytes        503 dmtcp_coordinator.cpp   if (msg.extraBytes > 0) {
extraBytes        504 dmtcp_coordinator.cpp     char* extraData = new char[msg.extraBytes];
extraBytes        505 dmtcp_coordinator.cpp     _sock.readAll(extraData, msg.extraBytes);
extraBytes        772 dmtcp_coordinator.cpp   if (msg.extraBytes > 0) {
extraBytes        773 dmtcp_coordinator.cpp     extraData = new char[msg.extraBytes];
extraBytes        774 dmtcp_coordinator.cpp     client->sock().readAll(extraData, msg.extraBytes);
extraBytes        811 dmtcp_coordinator.cpp       reply.extraBytes = ckptDir.length() + 1;
extraBytes        813 dmtcp_coordinator.cpp       client->sock().writeAll(ckptDir.c_str(), reply.extraBytes);
extraBytes        987 dmtcp_coordinator.cpp     JASSERT(hello_remote.extraBytes > 0) (hello_remote.extraBytes);
extraBytes        988 dmtcp_coordinator.cpp     char *extraData = new char[hello_remote.extraBytes];
extraBytes        989 dmtcp_coordinator.cpp     remote.readAll(extraData, hello_remote.extraBytes);
extraBytes        998 dmtcp_coordinator.cpp     JASSERT(hello_remote.extraBytes > 0) (hello_remote.extraBytes);
extraBytes        999 dmtcp_coordinator.cpp     char *extraData = new char[hello_remote.extraBytes];
extraBytes       1000 dmtcp_coordinator.cpp     remote.readAll(extraData, hello_remote.extraBytes);
extraBytes       1009 dmtcp_coordinator.cpp     JASSERT(hello_remote.extraBytes > 0) (hello_remote.extraBytes);
extraBytes       1010 dmtcp_coordinator.cpp     char *extraData = new char[hello_remote.extraBytes];
extraBytes       1011 dmtcp_coordinator.cpp     remote.readAll(extraData, hello_remote.extraBytes);
extraBytes       1051 dmtcp_coordinator.cpp   if( hello_remote.extraBytes > 0 ){
extraBytes        139 dmtcpmessagetypes.h     uint32_t extraBytes;
extraBytes         83 lookup_service.cpp            msg.keyLen + msg.valLen == msg.extraBytes)
extraBytes         84 lookup_service.cpp     (msg.keyLen) (msg.valLen) (msg.extraBytes);
extraBytes         96 lookup_service.cpp   JASSERT (msg.keyLen > 0 && msg.keyLen == msg.extraBytes)
extraBytes         97 lookup_service.cpp     (msg.keyLen) (msg.extraBytes);
extraBytes        106 lookup_service.cpp   reply.extraBytes = reply.valLen;
extraBytes         87 plugin/ipc/connectionidentifier.h       extraBytes = 0;
extraBytes        109 plugin/ipc/connectionidentifier.h     int32_t extraBytes;
extraBytes        178 plugin/ipc/socket/kernelbufferdrainer.cpp     msg.extraBytes = size;
extraBytes        198 plugin/ipc/socket/kernelbufferdrainer.cpp     int size = msg.extraBytes;