Home
last modified time | relevance | path

Searched refs:try_to_realloc_ndr_blob (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/server/
H A Dndr.c17 static int try_to_realloc_ndr_blob(struct ndr *n, size_t sz) in try_to_realloc_ndr_blob() function
36 ret = try_to_realloc_ndr_blob(n, sizeof(value)); in ndr_write_int16()
51 ret = try_to_realloc_ndr_blob(n, sizeof(value)); in ndr_write_int32()
66 ret = try_to_realloc_ndr_blob(n, sizeof(value)); in ndr_write_int64()
81 ret = try_to_realloc_ndr_blob(n, sz); in ndr_write_bytes()
99 ret = try_to_realloc_ndr_blob(n, sz); in ndr_write_string()