Lines Matching refs:RandomWriteCtx
33 bool GetMemory(RandomWriteCtx* ctx, uint32_t size, uint8_t** memory, uint32_t* offset) in GetMemory()
44 bool Seek(RandomWriteCtx* ctx, uint32_t offset) in Seek()
54 static RandomWriteCtx g_writeCtx = {GetMemory, Seek};
965 [](RandomWriteCtx* ctx) -> int32_t { in __anon697c60380102()
988 [](RandomWriteCtx* ctx) -> int32_t { in __anon697c60380202()
1020 RandomWriteCtx* writeCtx = msgOpt.startAdd_len_bytes();
1265 [](RandomWriteCtx* randomWriteCtx) -> int32_t { in __anon697c60380302()
1312 [](RandomWriteCtx* randomWriteCtx) -> int32_t { in __anon697c60380402()
1332 RandomWriteCtx writeCtx = {
1333 [](RandomWriteCtx*, uint32_t, uint8_t**, uint32_t*) -> bool { return false; }, in __anon697c60380502()
1334 [](RandomWriteCtx*, uint32_t) -> bool { return false; } in __anon697c60380602()
1368 [](RandomWriteCtx* randomWriteCtx) -> int32_t { in __anon697c60380702()
1401 [](RandomWriteCtx* randomWriteCtx) -> int32_t { in __anon697c60380802()