Searched refs:apr_hash_entry_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/apr/tables/
H A Dapr_hash.c45 typedef struct apr_hash_entry_t apr_hash_entry_t; typedef in typeref:struct:apr_hash_entry_t
47 struct apr_hash_entry_t { struct
48 apr_hash_entry_t *next;
64 apr_hash_entry_t *this, *next;
77 apr_hash_entry_t **array;
81 apr_hash_entry_t *free; /* List of recycled entries */
91 static apr_hash_entry_t **alloc_array(apr_hash_t *ht, unsigned int max)
196 apr_hash_entry_t **new_array;
285 static apr_hash_entry_t **find_entr
[all...]

Completed in 96 milliseconds