Symbol: be_sub
lib/libutil/ber.c
101
prev->be_sub != NULL) {
lib/libutil/ber.c
1015
if (root->be_sub && (root->be_encoding == BER_TYPE_SEQUENCE ||
lib/libutil/ber.c
1017
root->be_len = ober_calc_len(root->be_sub);
lib/libutil/ber.c
102
elm = prev->be_sub;
lib/libutil/ber.c
103
prev->be_sub = NULL;
lib/libutil/ber.c
1094
if (root->be_sub && ober_dump_element(ber, root->be_sub) == -1)
lib/libutil/ber.c
1394
if (len > 0 && elm->be_sub == NULL) {
lib/libutil/ber.c
1395
if ((elm->be_sub = ober_get_element(0)) == NULL)
lib/libutil/ber.c
1398
next = elm->be_sub;
lib/libutil/ber.c
819
ber = ber->be_sub;
lib/libutil/ber.c
87
prev->be_sub == NULL)
lib/libutil/ber.c
88
prev->be_sub = elm;
lib/libutil/ber.c
949
new->be_sub = NULL;
lib/libutil/ber.c
957
if (orig->be_sub != NULL) {
lib/libutil/ber.c
958
if ((new->be_sub = ober_dup(orig->be_sub)) == NULL)
lib/libutil/ber.c
980
if (root->be_sub && (root->be_encoding == BER_TYPE_SEQUENCE ||
lib/libutil/ber.c
982
ober_free_elements(root->be_sub);
lib/libutil/ber.c
995
if (root->be_sub && (root->be_encoding == BER_TYPE_SEQUENCE ||
lib/libutil/ber.c
997
ober_free_elements(root->be_sub);
libexec/login_ldap/aldap.c
1297
if (constructed && root->be_sub) {
libexec/login_ldap/aldap.c
1299
ldap_debug_elements(root->be_sub);
libexec/login_ldap/aldap.c
418
if (m->msg->be_sub) {
libexec/login_ldap/aldap.c
419
for (ep = m->msg->be_sub; ep != NULL; ep = ep->be_next) {
libexec/login_ldap/aldap.c
422
m->page = aldap_parse_page_control(ep->be_sub->be_sub,
libexec/login_ldap/aldap.c
423
ep->be_sub->be_sub->be_len);
libexec/login_ldap/aldap.c
474
ober_scanf_elements(elm->be_sub, "is", &page->size, &s);
libexec/login_ldap/aldap.c
475
page->cookie_len = elm->be_sub->be_next->be_len;
regress/lib/libutil/ber/ber_test.c
445
if (elm->be_sub != NULL) {
regress/lib/libutil/ber/ber_test.c
446
ptr = elm->be_sub;
regress/usr.sbin/snmpd/snmp.c
1108
if (constructed && root->be_sub) {
regress/usr.sbin/snmpd/snmp.c
1110
smi_debug_elements(root->be_sub);
usr.bin/ldap/aldap.c
1297
if (constructed && root->be_sub) {
usr.bin/ldap/aldap.c
1299
ldap_debug_elements(root->be_sub);
usr.bin/ldap/aldap.c
418
if (m->msg->be_sub) {
usr.bin/ldap/aldap.c
419
for (ep = m->msg->be_sub; ep != NULL; ep = ep->be_next) {
usr.bin/ldap/aldap.c
422
m->page = aldap_parse_page_control(ep->be_sub->be_sub,
usr.bin/ldap/aldap.c
423
ep->be_sub->be_sub->be_len);
usr.bin/ldap/aldap.c
474
ober_scanf_elements(elm->be_sub, "is", &page->size, &s);
usr.bin/ldap/aldap.c
475
page->cookie_len = elm->be_sub->be_next->be_len;
usr.bin/snmp/smi.c
233
if (constructed && root->be_sub) {
usr.bin/snmp/smi.c
235
smi_debug_elements(root->be_sub, utf8);
usr.bin/snmp/snmp.c
359
for (varbind = varbind->be_sub; varbind != NULL;
usr.bin/snmp/snmpc.c
1113
elm = elm->be_sub;
usr.bin/snmp/snmpc.c
1154
ober_get_oid(varbind->be_sub, &vboid) == 0) {
usr.sbin/ldapd/attributes.c
102
last = entry->be_sub;
usr.sbin/ldapd/attributes.c
127
assert(vals->be_sub);
usr.sbin/ldapd/attributes.c
134
ober_free_elements(old_vals->be_sub);
usr.sbin/ldapd/attributes.c
135
old_vals->be_sub = NULL;
usr.sbin/ldapd/attributes.c
136
ober_link_elements(old_vals, vals->be_sub);
usr.sbin/ldapd/attributes.c
138
vals->be_sub = NULL;
usr.sbin/ldapd/attributes.c
153
assert(vals->be_sub);
usr.sbin/ldapd/attributes.c
160
last = old_vals->be_sub;
usr.sbin/ldapd/attributes.c
164
ober_link_elements(last, vals->be_sub);
usr.sbin/ldapd/attributes.c
166
vals->be_sub = NULL;
usr.sbin/ldapd/attributes.c
182
attr = entry->be_sub;
usr.sbin/ldapd/attributes.c
191
entry->be_sub = attr->be_next;
usr.sbin/ldapd/attributes.c
215
assert(vals->be_sub);
usr.sbin/ldapd/attributes.c
224
for (v = old_vals->be_sub; v; v = next) {
usr.sbin/ldapd/attributes.c
227
for (x = vals->be_sub; x; x = x->be_next) {
usr.sbin/ldapd/attributes.c
244
if (old_vals->be_sub == NULL)
usr.sbin/ldapd/attributes.c
40
for (elm = entry->be_sub; elm != NULL; elm = elm->be_next) {
usr.sbin/ldapd/attributes.c
41
a = elm->be_sub;
usr.sbin/ldapd/attributes.c
74
for (a = elm->be_sub; a != NULL; a = a->be_next) {
usr.sbin/ldapd/auth.c
350
for (elm = pw->be_next->be_sub; elm;
usr.sbin/ldapd/filter.c
56
for (v = vals->be_sub; v; v = v->be_next) {
usr.sbin/ldapd/index.c
105
for (v = a->be_next->be_sub; v; v = v->be_next) {
usr.sbin/ldapd/index.c
204
for (v = a->be_next->be_sub; v; v = v->be_next) {
usr.sbin/ldapd/ldape.c
275
for (elm = attr->be_sub; elm != NULL; elm = elm->be_next) {
usr.sbin/ldapd/ldape.c
319
req->op = req->op->be_sub->be_next;
usr.sbin/ldapd/logmsg.c
325
if (constructed && root->be_sub) {
usr.sbin/ldapd/logmsg.c
327
ldap_debug_elements(root->be_sub, context, NULL);
usr.sbin/ldapd/modify.c
103
for (elm = entry->be_sub; elm != NULL; elm = elm->be_next) {
usr.sbin/ldapd/modify.c
104
a = elm->be_sub;
usr.sbin/ldapd/modify.c
160
for (elm = attrs->be_sub; elm != NULL; elm = elm->be_next) {
usr.sbin/ldapd/modify.c
161
attr = elm->be_sub;
usr.sbin/ldapd/modify.c
268
for (mod = mods->be_sub; mod; mod = mod->be_next) {
usr.sbin/ldapd/modify.c
290
for (mod = mods->be_sub; mod; mod = mod->be_next) {
usr.sbin/ldapd/modify.c
335
if (vals->be_sub &&
usr.sbin/ldapd/modify.c
336
vals->be_sub->be_type == BER_TYPE_OCTETSTRING) {
usr.sbin/ldapd/modify.c
344
if (vals->be_sub != NULL &&
usr.sbin/ldapd/modify.c
345
vals->be_sub->be_type != BER_TYPE_EOC) {
usr.sbin/ldapd/search.c
117
for (prev = NULL, a = attrs->be_sub; a; a = next) {
usr.sbin/ldapd/search.c
118
if (ober_get_string(a->be_sub, &adesc) != 0)
usr.sbin/ldapd/search.c
132
attrs->be_sub = a->be_next;
usr.sbin/ldapd/search.c
74
if (search->attrlist->be_sub == NULL ||
usr.sbin/ldapd/search.c
75
search->attrlist->be_sub->be_encoding == BER_TYPE_EOC) {
usr.sbin/ldapd/search.c
81
for (elm = search->attrlist->be_sub; elm; elm = elm->be_next) {
usr.sbin/ldapd/validate.c
314
for (a = objclass->be_sub; a != NULL; a = a->be_next) {
usr.sbin/ldapd/validate.c
398
for (a = entry->be_sub; a != NULL; a = a->be_next) {
usr.sbin/ldapd/validate.c
67
for (elm = vals->be_sub; elm != NULL; elm = elm->be_next) {
usr.sbin/snmpd/application.c
932
varbind = varbindlist->be_sub;
usr.sbin/snmpd/application.c
946
varbind = varbindlist->be_sub;
usr.sbin/snmpd/application.c
961
ober_get_oid(varbind->be_sub,
usr.sbin/snmpd/smi.c
356
if (constructed && root->be_sub) {
usr.sbin/snmpd/smi.c
358
smi_debug_elements(root->be_sub);
usr.sbin/snmpd/trap.c
96
if ((msg->sm_varbindresp = ober_dup(trap->be_sub)) == NULL)
usr.sbin/snmpd/traphandler.c
219
for (elm = vblist->be_sub; elm != NULL; elm = elm->be_next) {
usr.sbin/snmpd/traphandler.c
220
if (ober_get_oid(elm->be_sub, &oid) == -1) {
usr.sbin/snmpd/traphandler.c
316
trapcmd_exec(cmd, sa, vblist->be_sub);
usr.sbin/ypldap/aldap.c
1333
if (constructed && root->be_sub) {
usr.sbin/ypldap/aldap.c
1335
ldap_debug_elements(root->be_sub);
usr.sbin/ypldap/aldap.c
454
if (m->msg->be_sub) {
usr.sbin/ypldap/aldap.c
455
for (ep = m->msg->be_sub; ep != NULL; ep = ep->be_next) {
usr.sbin/ypldap/aldap.c
458
m->page = aldap_parse_page_control(ep->be_sub->be_sub,
usr.sbin/ypldap/aldap.c
459
ep->be_sub->be_sub->be_len);
usr.sbin/ypldap/aldap.c
510
ober_scanf_elements(elm->be_sub, "is", &page->size, &s);
usr.sbin/ypldap/aldap.c
511
page->cookie_len = elm->be_sub->be_next->be_len;