Searched refs:alloc (Results 1 - 3 of 3) sorted by relevance

/sssd-io/src/util/
H A Dsafe-format-string.c245 size_t alloc; member in struct:sprintf_ctx
256 if (cx->length > cx->alloc)
258 else if (cx->length + length > cx->alloc)
259 length = cx->alloc - cx->length;
283 cx.alloc = len;
/sssd-io/src/db/
H A Dsysdb.c284 bool alloc, struct ldb_message_element **el)
294 if (!e && alloc) {
283 sysdb_attrs_get_el_ext(struct sysdb_attrs *attrs, const char *name, bool alloc, struct ldb_message_element **el) argument
H A Dsysdb.h393 bool alloc, struct ldb_message_element **el);

Completed in 15 milliseconds