HomeSort by: relevance | last modified time | path
    Searched defs:bv_o (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
ldap.c 1317 _do_ldap_str2esc_filter_bv(const char *str, ber_len_t len, struct berval *bv_o)
1321 if (!str || !bv_o || (ber_str2bv(str, len, 0, &bv_i) == NULL) ||
1322 (ldap_bv2escaped_filter_value(&bv_i, bv_o) != 0))
1324 return bv_o;
2194 struct berval bv_o[2]; local
2214 if (_do_ldap_str2esc_filter_bv(ldap_dhcp_server_cn, 0, &bv_o[0]) == NULL)
2222 "(&(objectClass=dhcpServer)(cn=%s))", bv_o[0].bv_val);
2224 ber_memfree(bv_o[0].bv_val);
2228 if (_do_ldap_str2esc_filter_bv(unme.nodename, 0, &bv_o[0]) == NULL)
2238 if (_do_ldap_str2esc_filter_bv(fqdn, 0, &bv_o[1]) == NULL
2524 struct berval bv_o; local
2610 struct berval bv_o[2]; local
    [all...]
ldap.c 1317 _do_ldap_str2esc_filter_bv(const char *str, ber_len_t len, struct berval *bv_o)
1321 if (!str || !bv_o || (ber_str2bv(str, len, 0, &bv_i) == NULL) ||
1322 (ldap_bv2escaped_filter_value(&bv_i, bv_o) != 0))
1324 return bv_o;
2194 struct berval bv_o[2]; local
2214 if (_do_ldap_str2esc_filter_bv(ldap_dhcp_server_cn, 0, &bv_o[0]) == NULL)
2222 "(&(objectClass=dhcpServer)(cn=%s))", bv_o[0].bv_val);
2224 ber_memfree(bv_o[0].bv_val);
2228 if (_do_ldap_str2esc_filter_bv(unme.nodename, 0, &bv_o[0]) == NULL)
2238 if (_do_ldap_str2esc_filter_bv(fqdn, 0, &bv_o[1]) == NULL
2524 struct berval bv_o; local
2610 struct berval bv_o[2]; local
    [all...]

Completed in 48 milliseconds