isc_direntry Struct Reference

Directory Entry. More...

#include <dir.h>


Data Fields

char name [ISC_DIR_NAMEMAX]
unsigned int length


Detailed Description

Directory Entry.

Definition at line 37 of file dir.h.


Field Documentation

char isc_direntry::name[ISC_DIR_NAMEMAX]

Ideally, this should be NAME_MAX, but AIX does not define it by default and dynamically allocating the space based on pathconf() complicates things undesirably, as does adding special conditionals just for AIX. So a comfortably sized buffer is chosen instead.

Definition at line 44 of file dir.h.

Referenced by dns_dnssec_findmatchingkeys(), greatest_version(), isc_dir_init(), and isc_dir_read().

unsigned int isc_direntry::length

Definition at line 45 of file dir.h.

Referenced by dns_dnssec_findmatchingkeys(), greatest_version(), isc_dir_init(), and isc_dir_read().


The documentation for this struct was generated from the following file:
Generated on Tue Apr 28 17:41:20 2015 by Doxygen 1.5.4 for BIND9 Internals 9.11.0pre-alpha