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

/macosx-10.10/apr-32/apr/apr/tables/
H A Dapr_tables.c299 #define TABLE_INDEX_IS_INITIALIZED(t, i) ((t)->index_initialized & (1 << (i))) macro
450 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
475 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
503 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
575 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
646 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
700 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
753 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
789 if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
822 if (!TABLE_INDEX_IS_INITIALIZED(
[all...]

Completed in 66 milliseconds