Searched refs:lxc_get_config_item (Results 1 - 4 of 4) sorted by relevance
/lxc/src/lxc/ |
H A D | confile.h | 54 extern int lxc_get_config_item(struct lxc_conf *c, const char *key, char *retv, int inlen);
|
H A D | commands.c | 539 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 D | confile.c | 2518 int lxc_get_config_item(struct lxc_conf *c, const char *key, char *retv, function
|
H A D | lxccontainer.c | 1994 ret = lxc_get_config_item(c->lxc_conf, key, retv, inlen);
|
Completed in 1293 milliseconds