HomeSort by: relevance | last modified time | path
    Searched defs:iter0 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/btdevctl/
db.c 232 prop_object_iterator_t iter0, iter1; local in function:db_update1
237 iter0 = prop_dictionary_iterator(db);
238 if (iter0 == NULL)
241 while ((key = prop_object_iterator_next(iter0)) != NULL) {
273 prop_object_iterator_release(iter0);
db.c 232 prop_object_iterator_t iter0, iter1; local in function:db_update1
237 iter0 = prop_dictionary_iterator(db);
238 if (iter0 == NULL)
241 while ((key = prop_object_iterator_next(iter0)) != NULL) {
273 prop_object_iterator_release(iter0);

Completed in 85 milliseconds