Searched refs:be_encoding (Results 1 – 15 of 15) sorted by relevance
/openbsd/lib/libutil/ |
H A D | ber.c | 66 elm->be_encoding = encoding; in ober_get_element() 77 type = elm->be_encoding; in ober_set_header() 86 prev->be_encoding == BER_TYPE_SET) && in ober_link_elements() 100 prev->be_encoding == BER_TYPE_SET) && in ober_unlink_elements() 396 if (elm->be_encoding != BER_TYPE_NULL) in ober_get_null() 418 if (elm->be_encoding != BER_TYPE_EOC) in ober_get_eoc() 1074 switch (root->be_encoding) { in ober_dump_element() 1310 if (elm->be_encoding == 0) { in ober_read_element() 1315 elm->be_encoding = type; in ober_read_element() 1325 elm->be_encoding = BER_TYPE_NULL; in ober_read_element() [all …]
|
H A D | ber.h | 31 unsigned int be_encoding; member
|
/openbsd/usr.sbin/ldapd/ |
H A D | logmsg.c | 113 switch (root->be_encoding) { in ldap_debug_elements() 116 constructed = root->be_encoding; in ldap_debug_elements() 211 fprintf(stderr, "encoding (%u) type: ", root->be_encoding); in ldap_debug_elements() 261 root->be_type, root->be_encoding); in ldap_debug_elements() 264 root->be_encoding = constructed; in ldap_debug_elements() 266 switch (root->be_encoding) { in ldap_debug_elements()
|
H A D | attributes.c | 37 if (entry->be_encoding != BER_TYPE_SEQUENCE) in ldap_get_attribute() 92 if (entry->be_encoding != BER_TYPE_SEQUENCE) { in ldap_add_attribute()
|
H A D | modify.c | 101 if (entry->be_encoding != BER_TYPE_SEQUENCE) in ldap_delete()
|
H A D | search.c | 75 search->attrlist->be_sub->be_encoding == BER_TYPE_EOC) { in should_include_attribute()
|
/openbsd/regress/lib/libutil/ber/ |
H A D | ber_test_int_i.c | 553 switch (elm->be_encoding) { in test_read_elements() 577 elm->be_encoding); in test_read_elements() 637 switch (elm->be_encoding) { in test_printf_elements() 661 elm->be_encoding); in test_printf_elements()
|
H A D | ber_test.c | 362 switch (elm->be_encoding) { in test() 459 elm->be_encoding); in test()
|
/openbsd/usr.bin/snmp/ |
H A D | smi.c | 80 switch (root->be_encoding) { in smi_debug_elements() 83 constructed = root->be_encoding; in smi_debug_elements() 189 root->be_type, root->be_encoding); in smi_debug_elements() 195 switch (root->be_encoding) { in smi_debug_elements() 231 root->be_encoding = constructed; in smi_debug_elements() 272 switch (root->be_encoding) { in smi_print_element() 332 object->o_textconv->tc_syntax == root->be_encoding) in smi_print_element() 396 object->o_textconv->tc_syntax == root->be_encoding) in smi_print_element()
|
H A D | snmp.c | 347 varbind->be_encoding != BER_TYPE_SEQUENCE) { in snmp_resolve()
|
/openbsd/usr.sbin/snmpd/ |
H A D | smi.c | 221 switch (root->be_encoding) { in smi_debug_elements() 224 constructed = root->be_encoding; in smi_debug_elements() 330 root->be_type, root->be_encoding); in smi_debug_elements() 335 switch (root->be_encoding) { in smi_debug_elements() 371 root->be_encoding = constructed; in smi_debug_elements() 393 switch (root->be_encoding) { in smi_print_element_legacy()
|
/openbsd/usr.bin/ldap/ |
H A D | aldap.c | 1116 switch (root->be_encoding) { in ldap_debug_elements() 1119 constructed = root->be_encoding; in ldap_debug_elements() 1221 fprintf(stderr, "encoding (%u) type: ", root->be_encoding); in ldap_debug_elements() 1237 root->be_type, root->be_encoding); in ldap_debug_elements() 1240 root->be_encoding = constructed; in ldap_debug_elements() 1242 switch (root->be_encoding) { in ldap_debug_elements()
|
/openbsd/libexec/login_ldap/ |
H A D | aldap.c | 1116 switch (root->be_encoding) { in ldap_debug_elements() 1119 constructed = root->be_encoding; in ldap_debug_elements() 1221 fprintf(stderr, "encoding (%u) type: ", root->be_encoding); in ldap_debug_elements() 1237 root->be_type, root->be_encoding); in ldap_debug_elements() 1240 root->be_encoding = constructed; in ldap_debug_elements() 1242 switch (root->be_encoding) { in ldap_debug_elements()
|
/openbsd/usr.sbin/ypldap/ |
H A D | aldap.c | 1152 switch (root->be_encoding) { in ldap_debug_elements() 1155 constructed = root->be_encoding; in ldap_debug_elements() 1257 fprintf(stderr, "encoding (%u) type: ", root->be_encoding); in ldap_debug_elements() 1273 root->be_type, root->be_encoding); in ldap_debug_elements() 1276 root->be_encoding = constructed; in ldap_debug_elements() 1278 switch (root->be_encoding) { in ldap_debug_elements()
|
/openbsd/regress/usr.sbin/snmpd/ |
H A D | snmp.c | 956 switch (root->be_encoding) { in smi_debug_elements() 959 constructed = root->be_encoding; in smi_debug_elements() 1065 root->be_type, root->be_encoding); in smi_debug_elements() 1070 switch (root->be_encoding) { in smi_debug_elements() 1106 root->be_encoding = constructed; in smi_debug_elements()
|