asn1_write_BOOLEAN   70 lib/util/asn1.h bool asn1_write_BOOLEAN(struct asn1_data *data, bool v);
asn1_write_BOOLEAN  198 libcli/ldap/ldap_message.c 		if (!asn1_write_BOOLEAN(data, ctrl->critical)) {
asn1_write_BOOLEAN  447 libcli/ldap/ldap_message.c 		asn1_write_BOOLEAN(data, r->attributesonly);
asn1_write_BOOLEAN  578 libcli/ldap/ldap_message.c 		asn1_write_BOOLEAN(data, r->deleteolddn);
asn1_write_BOOLEAN   52 source3/libads/cldap.c 	asn1_write_BOOLEAN(data, False);
asn1_write_BOOLEAN  707 source4/libcli/ldap/ldap_controls.c 			if (!asn1_write_BOOLEAN(data, lssc[num]->reverse)) {