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

#include <apr_ldap.h>

Collaboration diagram for apr_ldap_search_entry_t:
Collaboration graph
[legend]

Data Fields

apr_size_t nattrs
 
apr_size_t aidx
 
const char * attr
 
apr_size_t nvals
 
apr_size_t vidx
 
apr_buffer_t val
 
int flags
 

Detailed Description

Search entry attribute value callback structure.

The callback is passed a pointer to the following structure containing the current state of the attribute values being returned.

See also
apr_ldap_search

Field Documentation

◆ aidx

apr_size_t apr_ldap_search_entry_t::aidx

Attribute index - counts up for each attribute returned

◆ attr

const char* apr_ldap_search_entry_t::attr

Attribute

◆ flags

int apr_ldap_search_entry_t::flags

Flags

◆ nattrs

apr_size_t apr_ldap_search_entry_t::nattrs

Total number of attributes

◆ nvals

apr_size_t apr_ldap_search_entry_t::nvals

Total number of values

◆ val

apr_buffer_t apr_ldap_search_entry_t::val

Value

◆ vidx

apr_size_t apr_ldap_search_entry_t::vidx

Value index - counts up for each value returned


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