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

/lxc/src/lxc/
H A Dconfile.h54 extern int lxc_get_config_item(struct lxc_conf *c, const char *key, char *retv, int inlen);
H A Dcommands.c539 cilen = lxc_get_config_item(handler->conf, req->data, NULL, 0);
544 if (lxc_get_config_item(handler->conf, req->data, cidata, cilen + 1) != cilen)
H A Dconfile.c2518 int lxc_get_config_item(struct lxc_conf *c, const char *key, char *retv, function
H A Dlxccontainer.c1994 ret = lxc_get_config_item(c->lxc_conf, key, retv, inlen);

Completed in 1293 milliseconds