reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2484 response.PutCString("error:"); 2485 response.PutStringAsRawHex8(error.AsCString()); 2486 response.PutChar(';'); 2489 response.Printf("start:%" PRIx64 ";size:%" PRIx64 ";", 2497 response.PutCString("permissions:"); 2500 response.PutChar('r'); 2502 response.PutChar('w'); 2504 response.PutChar('x'); 2506 response.PutChar(';'); 2512 response.PutCString("name:"); 2513 response.PutStringAsRawHex8(name.AsCString()); 2514 response.PutChar(';'); 2518 return SendPacketNoLock(response.GetString());