|
Apache Portable Runtime
|
#include <apr_ldap.h>

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 |
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.
| apr_size_t apr_ldap_search_entry_t::aidx |
Attribute index - counts up for each attribute returned
| const char* apr_ldap_search_entry_t::attr |
Attribute
| int apr_ldap_search_entry_t::flags |
Flags
| apr_size_t apr_ldap_search_entry_t::nattrs |
Total number of attributes
| apr_size_t apr_ldap_search_entry_t::nvals |
Total number of values
| apr_buffer_t apr_ldap_search_entry_t::val |
Value
| apr_size_t apr_ldap_search_entry_t::vidx |
Value index - counts up for each value returned