Searched refs:buff_in (Results 1 - 11 of 11) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dutil.c637 _PUBLIC_ void hex_encode(const unsigned char *buff_in, size_t len, char **out_hex_buffer) argument
646 slprintf(&hex_buffer[i*2], 3, "%02X", buff_in[i]);
652 _PUBLIC_ char *hex_encode_talloc(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len) argument
663 slprintf(&hex_buffer[i*2], 3, "%02X", buff_in[i]);
H A Dutil.h273 _PUBLIC_ void hex_encode(const unsigned char *buff_in, size_t len, char **out_hex_buffer);
278 _PUBLIC_ char *hex_encode_talloc(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/drivers/
H A Dserial-u16550.c161 int buff_in; member in struct:snd_uart16550
380 uart->buff_in = 0;
599 unsigned short buff_in = uart->buff_in; local
601 uart->tx_buff[buff_in] = byte;
602 buff_in++;
603 buff_in &= TX_BUFF_MASK;
604 uart->buff_in = buff_in;
660 * variables (ie buff_in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/drivers/
H A Dserial-u16550.c161 int buff_in; member in struct:snd_uart16550
380 uart->buff_in = 0;
599 unsigned short buff_in = uart->buff_in; local
601 uart->tx_buff[buff_in] = byte;
602 buff_in++;
603 buff_in &= TX_BUFF_MASK;
604 uart->buff_in = buff_in;
660 * variables (ie buff_in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dutil.c637 _PUBLIC_ void hex_encode(const unsigned char *buff_in, size_t len, char **out_hex_buffer) argument
646 slprintf(&hex_buffer[i*2], 3, "%02X", buff_in[i]);
652 _PUBLIC_ char *hex_encode_talloc(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len) argument
663 slprintf(&hex_buffer[i*2], 3, "%02X", buff_in[i]);
H A Dutil.h273 _PUBLIC_ void hex_encode(const unsigned char *buff_in, size_t len, char **out_hex_buffer);
278 _PUBLIC_ char *hex_encode_talloc(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dutil.c637 _PUBLIC_ void hex_encode(const unsigned char *buff_in, size_t len, char **out_hex_buffer) argument
646 slprintf(&hex_buffer[i*2], 3, "%02X", buff_in[i]);
652 _PUBLIC_ char *hex_encode_talloc(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len) argument
663 slprintf(&hex_buffer[i*2], 3, "%02X", buff_in[i]);
H A Dutil.h273 _PUBLIC_ void hex_encode(const unsigned char *buff_in, size_t len, char **out_hex_buffer);
278 _PUBLIC_ char *hex_encode_talloc(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dutil_str.c874 char *hex_encode(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len) argument
882 slprintf(&hex_buffer[i*2], 3, "%02X", buff_in[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dutil_str.c874 char *hex_encode(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len) argument
882 slprintf(&hex_buffer[i*2], 3, "%02X", buff_in[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dutil_str.c874 char *hex_encode(TALLOC_CTX *mem_ctx, const unsigned char *buff_in, size_t len) argument
882 slprintf(&hex_buffer[i*2], 3, "%02X", buff_in[i]);

Completed in 141 milliseconds