Searched refs:ldap_msgtype (Results 1 – 15 of 15) sorted by relevance
23 msgType=ldap_msgtype(msg); in LDAPMsg()36 switch(ldap_msgtype(msg)){ in create()
2 ldap_msgtype.3
98 ldap_result.3 ldap_msgtype.3 \
793 switch ( ldap_msgtype( msg ) ) { in ldap_sync_init()896 switch ( ldap_msgtype( msg ) ) { in ldap_sync_poll()
1256 ldap_msgtype( LDAPMessage *lm ) in ldap_msgtype() function
659 (void *) ld, ldap_msgtype( res ), msgid ); in ldap_new_connection()
238 switch ( ldap_msgtype( msg )) { in my_task()
416 switch ( ldap_msgtype( msg ) ) { in do_base()
677 msgtype = ldap_msgtype( res ); in process_response()
1808 switch( ldap_msgtype( msg ) ) { in dosearch()
536 if ( msg && ldap_msgtype( msg ) == LDAP_RES_SEARCH_ENTRY ) { in ldap_sync_search()1280 switch( ldap_msgtype( msg ) ) { in do_syncrep2()1878 (unsigned long)ldap_msgtype( msg ) ); in do_syncrep2()2917 if ( ldap_msgtype( msg ) != LDAP_RES_SEARCH_ENTRY ) { in syncrepl_message_to_op()2920 si->si_ridtxt, ldap_msgtype( msg ) ); in syncrepl_message_to_op()3236 if ( ldap_msgtype( msg ) != LDAP_RES_SEARCH_ENTRY ) { in syncrepl_message_to_entry()3239 si->si_ridtxt, ldap_msgtype( msg ) ); in syncrepl_message_to_entry()3455 if ( ldap_msgtype( msg ) != LDAP_RES_SEARCH_ENTRY ) { in syncrepl_dirsync_message()3458 si->si_ridtxt, ldap_msgtype( msg ) ); in syncrepl_dirsync_message()
770 switch(ldap_msgtype(msg)) { in asyncmeta_handle_search_msg()1530 rc = ldap_msgtype( msg ); in asyncmeta_op_handle_result()
1890 ldap_msgtype LDAP_P((
1228 rc = ldap_msgtype( msg ); in meta_back_search()
2532 ldap_msgtype() returns the type of an LDAP message.2546 int ldap_msgtype( LDAPMessage *res );2611 ldap_msgtype() returns the type of the LDAP message it is passed as a2810 The ldap_msgtype() function, described above, can be used to distinguish