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

/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DThirdPage.cpp403 LONG modelCount; local
436 modelCount = SetupGetLineCount( handle, modelSectionName );
439 while ( modelCount <= 0 && p )
445 modelCount = SetupGetLineCount( handle, modelSectionName );
448 if ( modelCount > 0 )
478 for ( LONG j = 0; j < modelCount; j++ )

Completed in 106 milliseconds