Searched refs:OutSeq (Results 1 – 1 of 1) sorted by relevance
3237 cmsSEQ* OutSeq; in Type_ProfileSequenceDesc_Read() local3248 OutSeq = cmsAllocProfileSequenceDescription(self ->ContextID, Count); in Type_ProfileSequenceDesc_Read()3249 if (OutSeq == NULL) return NULL; in Type_ProfileSequenceDesc_Read()3251 OutSeq ->n = Count; in Type_ProfileSequenceDesc_Read()3257 cmsPSEQDESC* sec = &OutSeq -> seq[i]; in Type_ProfileSequenceDesc_Read()3280 return OutSeq; in Type_ProfileSequenceDesc_Read()3283 cmsFreeProfileSequenceDescription(OutSeq); in Type_ProfileSequenceDesc_Read()3369 cmsSEQ* OutSeq = (cmsSEQ*) Cargo; in ReadSeqID() local3370 cmsPSEQDESC* seq = &OutSeq ->seq[n]; in ReadSeqID()3383 cmsSEQ* OutSeq; in Type_ProfileSequenceId_Read() local[all …]