Searched refs:p4type (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/sun3/dev/
H A Dfb.c302 int p4, p4type, p4size; local
309 p4type = P4_FBTYPE(p4);
312 if (p4type == P4_ID_COLOR24)
314 if ((p4type & P4_ID_MASK) == P4_ID_FASTCOLOR)
317 p4size = p4type & P4_SIZE_MASK;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c16441 signed char p4type; /* One of the P4_xxx constants for p4 */ member in struct:VdbeOp
16447 int i; /* Integer value if p4type==P4_INT32 */
16450 i64 *pI64; /* Used when p4type is P4_INT64 */
16451 double *pReal; /* Used when p4type is P4_REAL */
16452 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
16453 sqlite3_context *pCtx; /* Used when p4type is P4_FUNCCTX */
16454 CollSeq *pColl; /* Used when p4type is P4_COLLSEQ */
16455 Mem *pMem; /* Used when p4type is P4_MEM */
16456 VTable *pVtab; /* Used when p4type is P4_VTAB */
16457 KeyInfo *pKeyInfo; /* Used when p4type i
85733 freeP4(sqlite3 *db, int p4type, void *p4) argument
125951 sqlite3HaltConstraint( Parse *pParse, int errCode, int onError, char *p4, i8 p4type, u8 p5Errmsg ) argument
[all...]

Completed in 582 milliseconds