Searched refs:maxcount (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-2.7.6/components/console/argtable3/ |
D | argtable3.h | 82 int maxcount; /* Maximum number of occurences if this option accepted */ member 171 int maxcount, 183 int maxcount, 198 int maxcount, 213 int maxcount, 228 int maxcount, 248 int maxcount, 264 int maxcount, 282 int maxcount,
|
D | argtable3.c | 861 if (parent->count == parent->hdr.maxcount) in arg_date_scanfn() 968 int maxcount, in arg_daten() argument 975 maxcount = (maxcount < mincount) ? mincount : maxcount; in arg_daten() 982 + maxcount * sizeof(struct tm); /* storage for tmval[maxcount] array */ in arg_daten() 996 result->hdr.maxcount = maxcount; in arg_daten() 1490 if (parent->count == parent->hdr.maxcount) in arg_dbl_scanfn() 1591 int maxcount, in arg_dbln() argument 1598 maxcount = (maxcount < mincount) ? mincount : maxcount; in arg_dbln() 1601 …+ (maxcount + 1) * sizeof(double); /* storage for dval[maxcount] array plus one extra for padding … in arg_dbln() 1616 result->hdr.maxcount = maxcount; in arg_dbln() [all …]
|