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

/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/dlcompat-20010505/
H A Ddlopen.c65 int dlopen_count; /* number of times dlopen() called on this handle */ member in struct:dlopen_handle
260 p->dlopen_count++;
271 p->dlopen_count++;
364 p->dlopen_count = 1;
478 p->dlopen_count--;
479 if(p->dlopen_count != 0){
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.h223 int dlopen_count; /* number of times dlopen() called on this handle */ member in struct:dlopen_handle
H A Ddlf.c1115 p->dlopen_count++;
1125 p->dlopen_count++;
1222 p->dlopen_count = 1;
1339 p->dlopen_count--;
1340 if (p->dlopen_count != 0)

Completed in 128 milliseconds