Lines Matching defs:ret_pool
157 pool_t ret_pool;
394 pool_unref(&ibc->ret_pool);
771 pool_t pool = ibc->ret_pool;
1080 p_clear(ibc->ret_pool);
1081 node = p_new(ibc->ret_pool, struct dsync_mailbox_node, 1);
1088 *name_r = (void *)p_strsplit_tabescaped(ibc->ret_pool, value);
1225 p_clear(ibc->ret_pool);
1226 p_array_init(&deletes, ibc->ret_pool, 16);
1370 field.name = p_strdup(ibc->ret_pool, value);
1408 pool_t pool = ibc->ret_pool;
1541 pool_t pool = ibc->ret_pool;
1705 pool_t pool = ibc->ret_pool;
1847 p_clear(ibc->ret_pool);
1848 request = p_new(ibc->ret_pool, struct dsync_mail_request, 1);
1855 request->guid = p_strdup(ibc->ret_pool, value);
1917 pool_t pool = ibc->ret_pool;
2017 p_clear(ibc->ret_pool);
2027 *error_r = p_strdup(ibc->ret_pool, value);
2116 ibc->ret_pool = pool_alloconly_create("ibc stream data", 2048);