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

/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c299 #define TABLE_INDEX_IS_INITIALIZED(t, i) ((t)->index_initialized & (1 << (i))) macro
458 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
483 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
511 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
583 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
654 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
708 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
763 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
799 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
832 if (!TABLE_INDEX_IS_INITIALIZED(
[all...]

Completed in 102 milliseconds