|
messenger_via_http_server
1.0
|

Поля данных | |
| u8 | opcode |
| signed char | p4type |
| u8 | opflags |
| u8 | p5 |
| int | p1 |
| int | p2 |
| int | p3 |
| union { | |
| int i | |
| void * p | |
| char * z | |
| i64 * pI64 | |
| double * pReal | |
| FuncDef * pFunc | |
| VdbeFunc * pVdbeFunc | |
| CollSeq * pColl | |
| Mem * pMem | |
| VTable * pVtab | |
| KeyInfo * pKeyInfo | |
| int * ai | |
| SubProgram * pProgram | |
| int(* xAdvance )(BtCursor *, int *) | |
| } | p4 |
| int* ai |
| int i |
| u8 opcode |
| u8 opflags |
| void* p |
| int p1 |
| int p2 |
| int p3 |
| union { ... } p4 |
| signed char p4type |
| u8 p5 |
| CollSeq* pColl |
| FuncDef* pFunc |
| i64* pI64 |
| KeyInfo* pKeyInfo |
| Mem* pMem |
| SubProgram* pProgram |
| double* pReal |
| VdbeFunc* pVdbeFunc |
| VTable* pVtab |
| int(* xAdvance) (BtCursor *, int *) |
| char* z |
1.8.13