Home
last modified time | relevance | path

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

/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp180 for (int i = 0; i < scannerOptions->optionCount; i++) { in FreeScannerOptionsMemory()
185 for (int i = 0; i < scannerOptions->optionCount; i++) { in FreeScannerOptionsMemory()
190 for (int i = 0; i < scannerOptions->optionCount; i++) { in FreeScannerOptionsMemory()
197 Scan_ScannerOptions* CreateScannerOptions(int32_t &optionCount) in CreateScannerOptions() argument
210 scannerOptions->titles = new (std::nothrow) char* [optionCount]; in CreateScannerOptions()
211 scannerOptions->descriptions = new (std::nothrow) char* [optionCount]; in CreateScannerOptions()
212 scannerOptions->ranges = new (std::nothrow) char* [optionCount]; in CreateScannerOptions()
213 scannerOptions->optionCount = optionCount; in CreateScannerOptions()
219 int32_t stringMemSize = optionCount * sizeo in CreateScannerOptions()
248 MemSetScannerOptions(Scan_ScannerOptions* scannerOptions, int32_t &optionCount, ScanParaTable &paraTable) MemSetScannerOptions() argument
286 int32_t optionCount = paraTable.lengthBuff; GetScanParaValue() local
[all...]
/base/print/print_fwk/frameworks/ohscan/include/
H A Dohscan.h134 int32_t optionCount; member
233 * @param option Options number to be set.The value ranges from 0 to {@link optionCount} - 1,

Completed in 2 milliseconds