Lines Matching refs:direct
191 aTmp.pChar = &p->nChar; goto direct; in ImpPutSingle()
193 aTmp.pByte = &p->nByte; goto direct; in ImpPutSingle()
196 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutSingle()
198 aTmp.pLong = &p->nLong; goto direct; in ImpPutSingle()
200 aTmp.pULong = &p->nULong; goto direct; in ImpPutSingle()
203 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutSingle()
205 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutSingle()
208 aTmp.pLong64 = &p->nLong64; goto direct; in ImpPutSingle()
210 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutSingle()
212 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutSingle()
221 direct: in ImpPutSingle()