Apache Portable Runtime
Loading...
Searching...
No Matches
Data Fields
apr_ldap_pair_t Struct Reference

#include <apr_ldap.h>

Collaboration diagram for apr_ldap_pair_t:
Collaboration graph
[legend]

Data Fields

const char * attr
 
apr_array_header_tvals
 

Detailed Description

Attribute-value pair.

An array of pairs is passed to apr_ldap_add(), and a pair forms part of the apr_ldap_modify_t that is passed to apr_ldap_modify().

See also
apr_ldap_add
apr_ldap_modify

Field Documentation

◆ attr

const char* apr_ldap_pair_t::attr

Attribute to perform the operation on

◆ vals

apr_array_header_t* apr_ldap_pair_t::vals

Array of apr_buffer_t values


The documentation for this struct was generated from the following file: