Home
last modified time | relevance | path

Searched refs:actcount (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/os400/dlfcn/
Ddlfcn.c75 unsigned int actcount; /* Activation count. */ member
1034 if (dlip->actcount) { in dlclose()
1035 if (--(dlip->actcount)) in dlclose()
1133 if (!(dlip->actcount++) && (_init = dlsym(dlip, "_init"))) in dlopenqsys()