Lines Matching refs:aTmp
32 SbxValues aTmp; in ImpGetLong() local
162 aTmp.nULong = *p->pULong; goto ref; in ImpGetLong()
165 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetLong()
167 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetLong()
170 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetLong()
172 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetLong()
174 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetLong()
176 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetLong()
179 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetLong()
181 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetLong()
182 p = &aTmp; goto start; in ImpGetLong()
192 SbxValues aTmp; in ImpPutLong() local
199 aTmp.pChar = &p->nChar; goto direct; in ImpPutLong()
201 aTmp.pByte = &p->nByte; goto direct; in ImpPutLong()
204 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutLong()
206 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutLong()
209 aTmp.pLong64 = &p->nLong64; goto direct; in ImpPutLong()
211 aTmp.pULong = &p->nULong; goto direct; in ImpPutLong()
213 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutLong()
216 aTmp.pUShort = &p->nUShort; in ImpPutLong()
218 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutLong()
219 p = &aTmp; goto start; in ImpPutLong()