Searched refs:http_vhostdb_backends (Results 1 – 1 of 1) sorted by relevance
14 static http_vhostdb_backend_t http_vhostdb_backends[8]; variable18 memset(http_vhostdb_backends, 0, sizeof(http_vhostdb_backends)); in http_vhostdb_dumbdata_reset()24 while (NULL != http_vhostdb_backends[i].name in http_vhostdb_backend_get()25 && 0 != strcmp(http_vhostdb_backends[i].name, name->ptr)) { in http_vhostdb_backend_get()28 return (NULL != http_vhostdb_backends[i].name) in http_vhostdb_backend_get()29 ? http_vhostdb_backends+i in http_vhostdb_backend_get()36 while (NULL != http_vhostdb_backends[i].name) ++i; in http_vhostdb_backend_set()39 i < (sizeof(http_vhostdb_backends)/sizeof(http_vhostdb_backend_t))-1); in http_vhostdb_backend_set()40 memcpy(http_vhostdb_backends+i, backend, sizeof(http_vhostdb_backend_t)); in http_vhostdb_backend_set()