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

/sssd-io/src/util/
H A Dsafe-format-string.h75 int safe_format_string_cb (void (* callback) (void *data, const char *piece, size_t len),
H A Dsafe-format-string.c69 const char *piece,
250 const char *piece,
262 memcpy (cx->data + cx->length, piece, length);
68 dummy_copy_fn(void *data, const char *piece, size_t len) argument
249 snprintf_copy_fn(void *data, const char *piece, size_t length) argument
H A Dusertools.c584 const char *piece,
589 *output = talloc_strndup_append(*output, piece, len);
583 safe_talloc_callback(void *data, const char *piece, size_t len) argument
/sssd-io/src/tests/
H A Dsafe-format-tests.c142 callback(void *data, const char *piece, size_t len) argument
145 *str = talloc_strndup_append(*str, piece, len);

Completed in 12 milliseconds