Searched defs:bytes (Results 1 - 2 of 2) sorted by relevance
/sssd-io/src/tests/ |
H A D | leak_check.c | 54 check_leaks(TALLOC_CTX *ctx, size_t bytes, const char *location) argument 63 if (bytes_allocated != bytes) { 66 _set_leak_err_msg("%s: memory leaks detected, %zd bytes still allocated", 67 location, bytes_allocated - bytes);
|
/sssd-io/src/util/ |
H A D | sss_krb5.c | 1171 uint8_t *bytes = NULL; local 1178 bytes = talloc_zero_size(mem_ctx, nbytes); 1179 if (bytes == NULL) { 1183 ret = sss_iobuf_read_len(iobuf, nbytes, bytes); 1185 talloc_free(bytes); 1189 *_bytes = bytes; 1200 uint8_t *bytes = NULL; local 1202 ret = iobuf_get_len_bytes(mem_ctx, iobuf, &nbytes, &bytes); 1204 talloc_free(bytes); 1208 k5data->data = (char *) bytes; /* FIXM [all...] |
Completed in 8 milliseconds