Searched refs:entries (Results 1 – 2 of 2) sorted by relevance
41 char **entries; in ISO8601TimeDurationToSeconds() local52 PetscCall(PetscStrToArray(string, ':', &num_items, &entries)); in ISO8601TimeDurationToSeconds()55 *duration = 60 * 60 * atoi(entries[0]); in ISO8601TimeDurationToSeconds()58 *duration = 60 * 60 * atoi(entries[0]) + 60 * atoi(entries[1]); in ISO8601TimeDurationToSeconds()61 *duration = 60 * 60 * atoi(entries[0]) + 60 * atoi(entries[1]) + atoi(entries[2]); in ISO8601TimeDurationToSeconds()66 PetscCall(PetscStrToArrayDestroy(num_items, entries)); in ISO8601TimeDurationToSeconds()
1432 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries1434 # and collapse entries dynamically later on. Doxygen will expand the tree to1435 # such a level that at most the specified number of entries are visible (unless1437 # entries 1 will produce a full collapsed tree by default. 0 is a special value1438 # representing an infinite number of entries and will result in a full expanded