Lines Matching refs:aTmp

37 	SbxValues aTmp;  in ImpGetInteger()  local
195 aTmp.nLong = *p->pLong; goto ref; in ImpGetInteger()
197 aTmp.nULong = *p->pULong; goto ref; in ImpGetInteger()
200 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetInteger()
202 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetInteger()
205 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetInteger()
207 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetInteger()
210 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetInteger()
212 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetInteger()
214 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetInteger()
216 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetInteger()
217 p = &aTmp; goto start; in ImpGetInteger()
227 SbxValues aTmp; in ImpPutInteger() local
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()
244 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutInteger()
245 p = &aTmp; goto start; in ImpPutInteger()
396 SbxValues aTmp; in ImpGetInt64() local
503 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetInt64()
505 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetInt64()
508 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetInt64()
510 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetInt64()
513 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetInt64()
515 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetInt64()
517 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetInt64()
518 p = &aTmp; goto start; in ImpGetInt64()
528 SbxValues aTmp; in ImpPutInt64() local
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()
557 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutInt64()
558 p = &aTmp; goto start; in ImpPutInt64()
684 SbxValues aTmp; in ImpGetUInt64() local
806 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetUInt64()
808 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetUInt64()
811 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetUInt64()
813 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetUInt64()
816 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetUInt64()
818 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetUInt64()
820 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetUInt64()
821 p = &aTmp; goto start; in ImpGetUInt64()
831 SbxValues aTmp; in ImpPutUInt64() local
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()
865 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutUInt64()
866 p = &aTmp; goto start; in ImpPutUInt64()