Searched defs:msgtype (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ldap/
H A Dsdap_async.c200 static const char *sdap_ldap_result_str(int msgtype) argument
202 switch (msgtype) {
266 int msgtype; local
276 msgtype = ldap_msgtype(msg);
285 msgtype);
293 "Operation [%p] already handled (type: %0x)\n", op, msgtype);
299 "Message type: [%s]\n", sdap_ldap_result_str(msgtype));
301 switch (msgtype) {
323 "Couldn't figure out the msg type! [%0x]\n", msgtype);

Completed in 1942 milliseconds