Lines Matching refs:cprs
4197 static HB_Error Load_ChainPosRuleSet( HB_ChainPosRuleSet* cprs,
4213 count = cprs->ChainPosRuleCount = GET_UShort();
4217 cprs->ChainPosRule = NULL;
4219 if ( ALLOC_ARRAY( cprs->ChainPosRule, count, HB_ChainPosRule ) )
4222 cpr = cprs->ChainPosRule;
4251 static void Free_ChainPosRuleSet( HB_ChainPosRuleSet* cprs )
4258 if ( cprs->ChainPosRule )
4260 count = cprs->ChainPosRuleCount;
4261 cpr = cprs->ChainPosRule;
4281 HB_ChainPosRuleSet* cprs;
4311 cprs = ccpf1->ChainPosRuleSet;
4324 ( error = Load_ChainPosRuleSet( &cprs[n], stream ) ) != HB_Err_Ok )
4333 Free_ChainPosRuleSet( &cprs[m] );
4335 FREE( cprs );
4347 HB_ChainPosRuleSet* cprs;
4353 cprs = ccpf1->ChainPosRuleSet;
4356 Free_ChainPosRuleSet( &cprs[n] );
4358 FREE( cprs );