Lines Matching refs:direct

233 			aTmp.pChar = &p->nChar; goto direct;  in ImpPutInteger()
235 aTmp.pByte = &p->nByte; goto direct; in ImpPutInteger()
237 aTmp.pULong = &p->nULong; goto direct; in ImpPutInteger()
240 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutInteger()
242 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutInteger()
243 direct: in ImpPutInteger()
535 aTmp.pChar = &p->nChar; goto direct; in ImpPutInt64()
537 aTmp.pByte = &p->nByte; goto direct; in ImpPutInt64()
540 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutInt64()
542 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutInt64()
545 aTmp.pLong64 = &p->nLong64; goto direct; in ImpPutInt64()
547 aTmp.pULong = &p->nULong; goto direct; in ImpPutInt64()
550 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutInt64()
552 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutInt64()
554 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutInt64()
556 direct: in ImpPutInt64()
838 aTmp.pChar = &p->nChar; goto direct; in ImpPutUInt64()
840 aTmp.pByte = &p->nByte; goto direct; in ImpPutUInt64()
843 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutUInt64()
845 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutUInt64()
848 aTmp.pLong64 = &p->nLong64; goto direct; in ImpPutUInt64()
850 aTmp.pULong = &p->nULong; goto direct; in ImpPutUInt64()
853 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutUInt64()
855 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutUInt64()
857 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutUInt64()
859 aTmp.pSingle = &p->nSingle; goto direct; in ImpPutUInt64()
862 aTmp.pDouble = &p->nDouble; goto direct; in ImpPutUInt64()
864 direct: in ImpPutUInt64()