Searched defs:_buf (Results 1 - 4 of 4) sorted by relevance

/sssd-io/src/util/
H A Dsss_iobuf.c165 uint8_t *_buf,
170 if (iobuf == NULL || _buf == NULL) {
179 safealign_memcpy(_buf, iobuf_ptr(iobuf), len, &iobuf->dp);
189 uint8_t *_buf)
194 ret = sss_iobuf_read(iobuf, len, _buf, &read_bytes);
163 sss_iobuf_read(struct sss_iobuf *iobuf, size_t len, uint8_t *_buf, size_t *_read) argument
187 sss_iobuf_read_len(struct sss_iobuf *iobuf, size_t len, uint8_t *_buf) argument
/sssd-io/src/sss_client/
H A Dcommon.c194 uint8_t **_buf, int *_len,
336 *_buf = buf;
192 sss_cli_recv_rep(enum sss_cli_command cmd, int timeout, uint8_t **_buf, int *_len, int *errnop) argument
/sssd-io/src/responder/pam/
H A Dpamsrv_p11.c274 uint8_t **_buf, size_t *_len)
319 *_buf = buf;
272 get_p11_child_write_buffer(TALLOC_CTX *mem_ctx, struct pam_data *pd, uint8_t **_buf, size_t *_len) argument
/sssd-io/src/providers/krb5/
H A Dkrb5_child.c1052 uint8_t **_buf, size_t *_len)
1091 *_buf = buf;
1050 pack_response_packet(TALLOC_CTX *mem_ctx, errno_t error, struct response_data *resp_list, uint8_t **_buf, size_t *_len) argument

Completed in 24 milliseconds