Searched refs:nbytes (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/util/
H A Dsss_iobuf.c115 size_t nbytes)
125 wantsize = iobuf->dp + nbytes;
137 /* Double the size until we add at least nbytes, but stop if we double past capacity */
114 ensure_bytes(struct sss_iobuf *iobuf, size_t nbytes) argument
H A Dsss_krb5.c1170 uint32_t nbytes; local
1173 ret = iobuf_read_uint32be(iobuf, &nbytes);
1178 bytes = talloc_zero_size(mem_ctx, nbytes);
1183 ret = sss_iobuf_read_len(iobuf, nbytes, bytes);
1190 *_nbytes = nbytes;
1199 uint32_t nbytes; local
1202 ret = iobuf_get_len_bytes(mem_ctx, iobuf, &nbytes, &bytes);
1209 k5data->length = nbytes;

Completed in 13 milliseconds