Searched refs:pUsage (Results 1 – 5 of 5) sorted by relevance
125 CPDF_Dictionary* pUsage = pArray->GetDict(i); in LoadOCGStateFromConfig() local126 if (!pUsage) { in LoadOCGStateFromConfig()129 if (pUsage->GetString("Event", "View") != csConfig) { in LoadOCGStateFromConfig()132 CPDF_Array* pOCGs = pUsage->GetArray("OCGs"); in LoadOCGStateFromConfig()139 CPDF_Dictionary* pState = pUsage->GetDict(csConfig); in LoadOCGStateFromConfig()153 CPDF_Dictionary* pUsage = pOCGDict->GetDict("Usage"); in LoadOCGState() local154 if (pUsage) { in LoadOCGState()155 CPDF_Dictionary* pState = pUsage->GetDict(csState); in LoadOCGState()163 pState = pUsage->GetDict("View"); in LoadOCGState()
745 extern BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);750 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
824 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float* pUsage);
122210 struct sqlite3_index_constraint_usage *pUsage;122250 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm122264 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];122270 pUsage;124177 struct sqlite3_index_constraint_usage *pUsage;124204 pUsage = pIdxInfo->aConstraintUsage;124247 memset(pUsage, 0, sizeof(pUsage[0])*pIdxInfo->nConstraint);124265 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){124286 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;124288 if( pUsage[i].omit==0 ){
122192 struct sqlite3_index_constraint_usage *pUsage;122232 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm122246 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];122252 pUsage;124159 struct sqlite3_index_constraint_usage *pUsage;124186 pUsage = pIdxInfo->aConstraintUsage;124229 memset(pUsage, 0, sizeof(pUsage[0])*pIdxInfo->nConstraint);124247 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){124268 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;124270 if( pUsage[i].omit==0 ){