Searched refs:pSubPool (Results 1 – 2 of 2) sorted by relevance
81 if ((a->pSubPool = ap_make_sub_pool(p)) == NULL) in ssl_ds_array_make()83 a->aData = ap_make_array(a->pSubPool, 2, size); in ssl_ds_array_make()122 ap_destroy_pool(a->pSubPool); in ssl_ds_array_kill()123 a->pSubPool = NULL; in ssl_ds_array_kill()135 if ((t->pSubPool = ap_make_sub_pool(p)) == NULL) in ssl_ds_table_make()137 t->aKey = ap_make_array(t->pSubPool, 2, MAX_STRING_LEN); in ssl_ds_table_make()138 t->aData = ap_make_array(t->pSubPool, 2, size); in ssl_ds_table_make()189 ap_destroy_pool(t->pSubPool); in ssl_ds_table_kill()190 t->pSubPool = NULL; in ssl_ds_table_kill()
321 pool *pSubPool; member327 pool *pSubPool; member