Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dsm3600.c90 static TInstance *pinstFirst; variable
416 while (pinstFirst) in sane_exit()
417 sane_close((SANE_Handle)pinstFirst); /* free all resources */ in sane_exit()
478 this->pNext=pinstFirst; /* register open handle */ in sane_open()
479 pinstFirst=this; in sane_open()
507 for (p=pinstFirst; p; p=p->pNext) in sane_close()
522 pinstFirst=this->pNext; /* NULL with last entry */ in sane_close()

Completed in 2 milliseconds