Home
last modified time | relevance | path

Searched defs:nolock (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Drequest.c63 #define LDAP_CONN_LOCK_IF(nolock) \ argument
67 #define LDAP_REQ_LOCK_IF(nolock) \ argument
69 #define LDAP_REQ_UNLOCK_IF(nolock) \ argument
71 #define LDAP_RES_LOCK_IF(nolock) \ argument
73 #define LDAP_RES_UNLOCK_IF(nolock) \ argument
76 #define LDAP_CONN_LOCK_IF(nolock) argument
77 #define LDAP_CONN_UNLOCK_IF(nolock) argument
78 #define LDAP_REQ_LOCK_IF(nolock) argument
79 #define LDAP_REQ_UNLOCK_IF(nolock) argument
80 #define LDAP_RES_LOCK_IF(nolock) argument
[all …]
/netbsd/external/gpl2/xcvs/dist/src/
H A Dmain.c46 int nolock = 0; variable