| 308 | } |
| 309 | |
| 310 | txIndex fxGetIndexSize(txMachine* the, txSlot* array) |
| 311 | { |
| 312 | txSlot* address = array->value.array.address; |
| 313 | if (address) |
| 314 | return (((txChunk*)(((txByte*)address) - sizeof(txChunk)))->size) / sizeof(txSlot); |
| 315 | return 0; |
| 316 | } |
| 317 | |
| 318 | txSlot* fxQueueIndexKeys(txMachine* the, txSlot* array, txFlag flag, txSlot* keys) |
| 319 | { |
no outgoing calls
no test coverage detected