Lines Matching refs:pvals
467 pool_value_t *pvals[] = { NULL, NULL }; in bind_to_pool() local
503 if ((pvals[0] = pool_value_alloc()) == NULL) { in bind_to_pool()
509 "system.bind-default", pvals[0]) != POC_BOOL || in bind_to_pool()
510 pool_value_get_bool(pvals[0], &bval) != PO_SUCCESS || in bind_to_pool()
512 pool_value_free(pvals[0]); in bind_to_pool()
518 (void) pool_value_set_name(pvals[0], "pool.default"); in bind_to_pool()
519 pool_value_set_bool(pvals[0], PO_TRUE); in bind_to_pool()
520 if ((pools = pool_query_pools(conf, &nelem, pvals)) == NULL) { in bind_to_pool()
524 pool_value_free(pvals[0]); in bind_to_pool()
532 pvals[0]) != POC_STRING) { in bind_to_pool()
537 pool_value_free(pvals[0]); in bind_to_pool()
545 (void) pool_value_get_string(pvals[0], &nm); in bind_to_pool()
553 pool_value_free(pvals[0]); in bind_to_pool()