Searched refs:out_buf (Results 1 - 41 of 41) sorted by relevance

/linux-4.1.27/drivers/mfd/
H A Dcros_ec_i2c.c40 u8 *out_buf = NULL; cros_ec_cmd_xfer_i2c() local
66 out_buf = kzalloc(packet_len, GFP_KERNEL); cros_ec_cmd_xfer_i2c()
67 if (!out_buf) cros_ec_cmd_xfer_i2c()
70 i2c_msg[0].buf = (char *)out_buf; cros_ec_cmd_xfer_i2c()
72 out_buf[0] = EC_CMD_VERSION0 + msg->version; cros_ec_cmd_xfer_i2c()
73 out_buf[1] = msg->command; cros_ec_cmd_xfer_i2c()
74 out_buf[2] = msg->outsize; cros_ec_cmd_xfer_i2c()
77 sum = out_buf[0] + out_buf[1] + out_buf[2]; cros_ec_cmd_xfer_i2c()
79 out_buf[3 + i] = msg->outdata[i]; cros_ec_cmd_xfer_i2c()
80 sum += out_buf[3 + i]; cros_ec_cmd_xfer_i2c()
82 out_buf[3 + msg->outsize] = sum; cros_ec_cmd_xfer_i2c()
126 kfree(out_buf); cros_ec_cmd_xfer_i2c()
/linux-4.1.27/lib/
H A Ddecompress_inflate.c40 unsigned char *out_buf, long out_len, __gunzip()
50 out_buf = malloc(out_len); __gunzip()
53 out_len = ((size_t)~0) - (size_t)out_buf; /* no limit */ __gunzip()
55 if (!out_buf) { __gunzip()
120 strm->next_out = out_buf; __gunzip()
145 if (flush && strm->next_out > out_buf) { __gunzip()
146 long l = strm->next_out - out_buf; __gunzip()
147 if (l != flush(out_buf, l)) { __gunzip()
152 strm->next_out = out_buf; __gunzip()
180 free(out_buf); __gunzip()
189 unsigned char *out_buf, gunzip()
193 return __gunzip(buf, len, fill, flush, out_buf, 0, pos, error); gunzip()
199 unsigned char *out_buf, long out_len, __decompress()
203 return __gunzip(buf, len, fill, flush, out_buf, out_len, pos, error); __decompress()
37 __gunzip(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void(*error)(char *x)) __gunzip() argument
186 gunzip(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long *pos, void (*error)(char *x)) gunzip() argument
196 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void (*error)(char *x)) __decompress() argument
H A Ddecompress_unlzo.c122 u8 *in_buf, *in_buf_save, *out_buf; unlzo() local
126 out_buf = output; unlzo()
131 out_buf = malloc(LZO_BLOCK_SIZE); unlzo()
132 if (!out_buf) { unlzo()
247 memcpy(out_buf, in_buf, src_len); unlzo()
250 out_buf, &tmp); unlzo()
258 if (flush && flush(out_buf, dst_len) != dst_len) unlzo()
261 out_buf += dst_len; unlzo()
286 free(out_buf); unlzo()
295 unsigned char *out_buf, long olen, __decompress()
299 return unlzo(buf, len, fill, flush, out_buf, pos, error); __decompress()
292 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long olen, long *pos, void (*error)(char *x)) __decompress() argument
H A Ddecompress_unxz.c401 unsigned char *out_buf, long olen, __decompress()
405 return unxz(buf, len, fill, flush, out_buf, pos, error); __decompress()
398 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long olen, long *pos, void (*error)(char *x)) __decompress() argument
/linux-4.1.27/fs/quota/
H A Dquota_tree.c89 goto out_buf; get_free_dqblk()
97 goto out_buf; get_free_dqblk()
102 out_buf: get_free_dqblk()
139 goto out_buf; remove_free_dqentry()
144 goto out_buf; remove_free_dqentry()
149 goto out_buf; remove_free_dqentry()
154 goto out_buf; remove_free_dqentry()
166 out_buf: remove_free_dqentry()
185 goto out_buf; insert_free_dqentry()
189 goto out_buf; insert_free_dqentry()
194 goto out_buf; insert_free_dqentry()
200 out_buf: insert_free_dqentry()
236 goto out_buf; find_free_dqentry()
256 goto out_buf; find_free_dqentry()
271 goto out_buf; find_free_dqentry()
278 goto out_buf; find_free_dqentry()
285 out_buf: find_free_dqentry()
304 goto out_buf; do_insert_tree()
313 goto out_buf; do_insert_tree()
328 goto out_buf; do_insert_tree()
342 out_buf: do_insert_tree()
419 goto out_buf; free_dqentry()
425 goto out_buf; free_dqentry()
436 goto out_buf; free_dqentry()
449 goto out_buf; free_dqentry()
456 goto out_buf; free_dqentry()
461 out_buf: free_dqentry()
481 goto out_buf; remove_tree()
509 out_buf: remove_tree()
540 goto out_buf; find_block_dqentry()
553 goto out_buf; find_block_dqentry()
558 out_buf: find_block_dqentry()
577 goto out_buf; find_tree_dqentry()
582 goto out_buf; find_tree_dqentry()
587 out_buf: find_tree_dqentry()
/linux-4.1.27/drivers/w1/slaves/
H A Dw1_ds2423.c44 struct device_attribute *attr, char *out_buf) w1_slave_show()
78 c -= snprintf(out_buf + PAGE_SIZE - c, w1_slave_show()
87 c -= snprintf(out_buf + PAGE_SIZE - c, w1_slave_show()
110 c -= snprintf(out_buf + PAGE_SIZE - c, w1_slave_show()
113 c -= snprintf(out_buf + PAGE_SIZE - c, w1_slave_show()
119 c -= snprintf(out_buf + PAGE_SIZE - c, c, "Connection error"); w1_slave_show()
43 w1_slave_show(struct device *device, struct device_attribute *attr, char *out_buf) w1_slave_show() argument
/linux-4.1.27/fs/ubifs/
H A Dcompress.c81 * @out_buf: output buffer where compressed data should be stored
87 * the result in the output buffer @out_buf and the resulting length in
89 * @out_buf. The same happens if @compr_type is %UBIFS_COMPR_NONE or if
96 int in_len, void *out_buf, int *out_len, int *compr_type) ubifs_compress()
110 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf, ubifs_compress()
130 memcpy(out_buf, in_buf, in_len); ubifs_compress()
139 * @out_buf: output buffer where decompressed data should
143 * This function decompresses data from buffer @in_buf into buffer @out_buf.
148 int in_len, void *out_buf, int *out_len, int compr_type) ubifs_decompress()
166 memcpy(out_buf, in_buf, in_len); ubifs_decompress()
173 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, ubifs_decompress()
95 ubifs_compress(const struct ubifs_info *c, const void *in_buf, int in_len, void *out_buf, int *out_len, int *compr_type) ubifs_compress() argument
147 ubifs_decompress(const struct ubifs_info *c, const void *in_buf, int in_len, void *out_buf, int *out_len, int compr_type) ubifs_decompress() argument
H A Dubifs.h1795 void *out_buf, int *out_len, int *compr_type);
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dpsb_intel_modes.c31 u8 out_buf[] = { 0x0, 0x0 }; psb_intel_ddc_probe() local
39 .buf = out_buf, psb_intel_ddc_probe()
H A Dcdv_intel_lvds.c97 u8 out_buf[2];
105 .buf = out_buf,
116 out_buf[0] = dev_priv->lvds_bl->brightnesscmd;
117 out_buf[1] = (u8)blc_i2c_brightness;
H A Dpsb_intel_lvds.c106 u8 out_buf[2]; psb_lvds_i2c_set_brightness() local
114 .buf = out_buf, psb_lvds_i2c_set_brightness()
125 out_buf[0] = dev_priv->lvds_bl->brightnesscmd; psb_lvds_i2c_set_brightness()
126 out_buf[1] = (u8)blc_i2c_brightness; psb_lvds_i2c_set_brightness()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Ddvo_ch7xxx.c139 u8 out_buf[2]; ch7xxx_readb() local
147 .buf = out_buf, ch7xxx_readb()
157 out_buf[0] = addr; ch7xxx_readb()
158 out_buf[1] = 0; ch7xxx_readb()
177 uint8_t out_buf[2]; ch7xxx_writeb() local
182 .buf = out_buf, ch7xxx_writeb()
185 out_buf[0] = addr; ch7xxx_writeb()
186 out_buf[1] = ch; ch7xxx_writeb()
H A Ddvo_sil164.c72 u8 out_buf[2]; sil164_readb() local
80 .buf = out_buf, sil164_readb()
90 out_buf[0] = addr; sil164_readb()
91 out_buf[1] = 0; sil164_readb()
109 uint8_t out_buf[2]; sil164_writeb() local
114 .buf = out_buf, sil164_writeb()
117 out_buf[0] = addr; sil164_writeb()
118 out_buf[1] = ch; sil164_writeb()
H A Ddvo_tfp410.c97 u8 out_buf[2]; tfp410_readb() local
105 .buf = out_buf, tfp410_readb()
115 out_buf[0] = addr; tfp410_readb()
116 out_buf[1] = 0; tfp410_readb()
134 uint8_t out_buf[2]; tfp410_writeb() local
139 .buf = out_buf, tfp410_writeb()
142 out_buf[0] = addr; tfp410_writeb()
143 out_buf[1] = ch; tfp410_writeb()
H A Ddvo_ivch.c170 u8 out_buf[1]; ivch_read() local
183 .buf = out_buf, ivch_read()
193 out_buf[0] = addr; ivch_read()
213 u8 out_buf[3]; ivch_write() local
218 .buf = out_buf, ivch_write()
221 out_buf[0] = addr; ivch_write()
222 out_buf[1] = data & 0xff; ivch_write()
223 out_buf[2] = data >> 8; ivch_write()
H A Ddvo_ns2501.c381 u8 out_buf[2]; ns2501_readb() local
389 .buf = out_buf, ns2501_readb()
399 out_buf[0] = addr; ns2501_readb()
400 out_buf[1] = 0; ns2501_readb()
426 uint8_t out_buf[2]; ns2501_writeb() local
432 .buf = out_buf, ns2501_writeb()
435 out_buf[0] = addr; ns2501_writeb()
436 out_buf[1] = ch; ns2501_writeb()
/linux-4.1.27/arch/s390/kernel/
H A Ddebug.c80 struct debug_view *view, char *out_buf);
85 struct debug_view *view, char *out_buf);
93 char *out_buf, const char *in_buf);
95 struct debug_view *view, char *out_buf,
98 int area, debug_entry_t * entry, char *out_buf);
101 char *out_buf, debug_sprintf_entry_t *curr_event);
1215 struct debug_view *view, char *out_buf) debug_prolog_pages_fn()
1217 return sprintf(out_buf, "%i\n", id->pages_per_area); debug_prolog_pages_fn()
1266 debug_prolog_level_fn(debug_info_t * id, struct debug_view *view, char *out_buf) debug_prolog_level_fn() argument
1271 rc = sprintf(out_buf,"-\n"); debug_prolog_level_fn()
1274 rc = sprintf(out_buf, "%i\n", id->level); debug_prolog_level_fn()
1402 int area, debug_entry_t * entry, char *out_buf) debug_raw_header_fn()
1407 memcpy(out_buf,entry,sizeof(debug_entry_t)); debug_raw_header_fn()
1417 char *out_buf, const char *in_buf) debug_raw_format_fn()
1422 memcpy(out_buf, in_buf, id->buf_size); debug_raw_format_fn()
1432 char *out_buf, const char *in_buf) debug_hex_ascii_format_fn()
1437 rc += sprintf(out_buf + rc, "%02x ", debug_hex_ascii_format_fn()
1440 rc += sprintf(out_buf + rc, "| "); debug_hex_ascii_format_fn()
1444 rc += sprintf(out_buf + rc, "%c", c); debug_hex_ascii_format_fn()
1446 rc += sprintf(out_buf + rc, "."); debug_hex_ascii_format_fn()
1448 rc += sprintf(out_buf + rc, "\n"); debug_hex_ascii_format_fn()
1458 int area, debug_entry_t * entry, char *out_buf) debug_dflt_header_fn()
1474 rc += sprintf(out_buf, "%02i %011lu:%06lu %1u %1s %02i %p ", debug_dflt_header_fn()
1490 char *out_buf, debug_sprintf_entry_t *curr_event) debug_sprintf_format_fn()
1502 strcpy(out_buf, curr_event->string); debug_sprintf_format_fn()
1515 rc = sprintf(out_buf, curr_event->string, curr_event->args[index[0]], debug_sprintf_format_fn()
1214 debug_prolog_pages_fn(debug_info_t * id, struct debug_view *view, char *out_buf) debug_prolog_pages_fn() argument
1401 debug_raw_header_fn(debug_info_t * id, struct debug_view *view, int area, debug_entry_t * entry, char *out_buf) debug_raw_header_fn() argument
1416 debug_raw_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) debug_raw_format_fn() argument
1431 debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) debug_hex_ascii_format_fn() argument
1457 debug_dflt_header_fn(debug_info_t * id, struct debug_view *view, int area, debug_entry_t * entry, char *out_buf) debug_dflt_header_fn() argument
1489 debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, debug_sprintf_entry_t *curr_event) debug_sprintf_format_fn() argument
/linux-4.1.27/arch/s390/include/asm/
H A Ddebug.h56 char* out_buf);
59 struct debug_view* view, char* out_buf,
63 char* out_buf);
71 int area, debug_entry_t* entry, char* out_buf);
/linux-4.1.27/drivers/net/irda/
H A Dkingsun-sir.c110 __u8 *out_buf; /* transmit buffer */ member in struct:kingsun_cb
170 kingsun->out_buf, kingsun_hard_xmit()
176 kingsun->out_buf, wraplen, kingsun_send_irq, kingsun_hard_xmit()
497 kingsun->out_buf = NULL; kingsun_probe()
514 kingsun->out_buf = kmalloc(KINGSUN_FIFO_SIZE, GFP_KERNEL); kingsun_probe()
515 if (!kingsun->out_buf) kingsun_probe()
553 kfree(kingsun->out_buf); kingsun_probe()
584 kfree(kingsun->out_buf); kingsun_disconnect()
H A Dmcs7780.h115 char out_buf[4096]; /* transmit/receive buffer */ member in struct:mcs_cb
H A Dmcs7780.c838 wraplen = mcs_wrap_sir_skb(skb, mcs->out_buf); mcs_hard_xmit()
842 wraplen = mcs_wrap_mir_skb(skb, mcs->out_buf); mcs_hard_xmit()
846 wraplen = mcs_wrap_fir_skb(skb, mcs->out_buf); mcs_hard_xmit()
850 mcs->out_buf, wraplen, mcs_send_irq, mcs); mcs_hard_xmit()
/linux-4.1.27/drivers/hid/
H A Dhid-logitech-dj.c705 u8 *out_buf; logi_dj_ll_raw_request() local
727 out_buf = kzalloc(DJREPORT_SHORT_LENGTH, GFP_ATOMIC); logi_dj_ll_raw_request()
728 if (!out_buf) logi_dj_ll_raw_request()
734 out_buf[0] = REPORT_ID_DJ_SHORT; logi_dj_ll_raw_request()
735 out_buf[1] = djdev->device_index; logi_dj_ll_raw_request()
736 memcpy(out_buf + 2, buf, count); logi_dj_ll_raw_request()
738 ret = hid_hw_raw_request(djrcv_dev->hdev, out_buf[0], out_buf, logi_dj_ll_raw_request()
741 kfree(out_buf); logi_dj_ll_raw_request()
/linux-4.1.27/fs/cifs/
H A Dtransport.c838 struct smb_hdr *in_buf, struct smb_hdr *out_buf, SendReceive()
929 if (!midQ->resp_buf || !out_buf || SendReceive()
937 memcpy(out_buf, midQ->resp_buf, *pbytes_returned + 4); SendReceive()
952 struct smb_hdr *out_buf) send_lock_cancel()
967 return SendReceive(xid, ses, in_buf, out_buf, send_lock_cancel()
973 struct smb_hdr *in_buf, struct smb_hdr *out_buf, SendReceiveBlockingLock()
1069 rc = send_lock_cancel(xid, tcon, in_buf, out_buf); SendReceiveBlockingLock()
1101 if (out_buf == NULL || midQ->mid_state != MID_RESPONSE_RECEIVED) { SendReceiveBlockingLock()
1108 memcpy(out_buf, midQ->resp_buf, *pbytes_returned + 4); SendReceiveBlockingLock()
837 SendReceive(const unsigned int xid, struct cifs_ses *ses, struct smb_hdr *in_buf, struct smb_hdr *out_buf, int *pbytes_returned, const int timeout) SendReceive() argument
950 send_lock_cancel(const unsigned int xid, struct cifs_tcon *tcon, struct smb_hdr *in_buf, struct smb_hdr *out_buf) send_lock_cancel() argument
972 SendReceiveBlockingLock(const unsigned int xid, struct cifs_tcon *tcon, struct smb_hdr *in_buf, struct smb_hdr *out_buf, int *pbytes_returned) SendReceiveBlockingLock() argument
H A Dsmb2ops.c267 struct network_interface_info_ioctl_rsp *out_buf; SMB3_request_interfaces() local
272 (char **)&out_buf, &ret_data_len); SMB3_request_interfaces()
281 le32_to_cpu(out_buf->Capability)); SMB3_request_interfaces()
283 le64_to_cpu(out_buf->LinkSpeed)); SMB3_request_interfaces()
H A Dcifsproto.h104 struct smb_hdr *out_buf,
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_i2c.c1056 u8 out_buf[2]; radeon_i2c_get_byte() local
1063 .buf = out_buf, radeon_i2c_get_byte()
1073 out_buf[0] = addr; radeon_i2c_get_byte()
1074 out_buf[1] = 0; radeon_i2c_get_byte()
1090 uint8_t out_buf[2]; radeon_i2c_put_byte() local
1095 .buf = out_buf, radeon_i2c_put_byte()
1098 out_buf[0] = addr; radeon_i2c_put_byte()
1099 out_buf[1] = val; radeon_i2c_put_byte()
/linux-4.1.27/drivers/net/wireless/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c232 static bool halbtc_get(void *void_btcoexist, u8 get_type, void *out_buf) halbtc_get() argument
239 bool *bool_tmp = (bool *)out_buf; halbtc_get()
240 int *s32_tmp = (int *)out_buf; halbtc_get()
241 u32 *u32_tmp = (u32 *)out_buf; halbtc_get()
242 u8 *u8_tmp = (u8 *)out_buf; halbtc_get()
H A Dhalbtcoutsrc.h386 typedef bool (*bfp_btc_get)(void *btcoexist, u8 get_type, void *out_buf);
/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_nego.c64 char *out_buf, extract_param()
70 if (!in_buf || !pattern || !out_buf || !type) extract_param()
97 memcpy(out_buf, ptr, len); extract_param()
98 out_buf[len] = '\0'; extract_param()
106 char *out_buf, iscsi_handle_authentication()
162 return srp_main_loop(conn, auth, in_buf, out_buf, iscsi_handle_authentication()
166 return chap_main_loop(conn, auth, in_buf, out_buf, iscsi_handle_authentication()
60 extract_param( const char *in_buf, const char *pattern, unsigned int max_length, char *out_buf, unsigned char *type) extract_param() argument
103 iscsi_handle_authentication( struct iscsi_conn *conn, char *in_buf, char *out_buf, int in_length, int *out_length, unsigned char *authtype) iscsi_handle_authentication() argument
/linux-4.1.27/drivers/s390/block/
H A Ddcssblk.c732 goto out_buf; dcssblk_remove_store()
742 goto out_buf; dcssblk_remove_store()
749 goto out_buf; dcssblk_remove_store()
767 out_buf: dcssblk_remove_store()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c337 * The pointer this pointed at by out_surf and out_buf needs to be null.
343 struct vmw_dma_buffer **out_buf) vmw_user_lookup_handle()
348 BUG_ON(*out_surf || *out_buf); vmw_user_lookup_handle()
359 ret = vmw_user_dmabuf_lookup(tfile, handle, out_buf, NULL); vmw_user_lookup_handle()
1047 struct vmw_dma_buffer *out_buf; vmw_dumb_map_offset() local
1050 ret = vmw_user_dmabuf_lookup(tfile, handle, &out_buf, NULL); vmw_dumb_map_offset()
1054 *offset = drm_vma_node_offset_addr(&out_buf->base.vma_node); vmw_dumb_map_offset()
1055 vmw_dmabuf_unreference(&out_buf); vmw_dumb_map_offset()
339 vmw_user_lookup_handle(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t handle, struct vmw_surface **out_surf, struct vmw_dma_buffer **out_buf) vmw_user_lookup_handle() argument
H A Dvmwgfx_drv.h619 struct vmw_dma_buffer **out_buf);
/linux-4.1.27/drivers/input/touchscreen/
H A Dusbtouchscreen.c851 goto out_buf; nexio_alloc()
873 out_buf: nexio_alloc()
902 goto out_buf; nexio_init()
910 goto out_buf; nexio_init()
919 goto out_buf; nexio_init()
952 out_buf: nexio_init()
/linux-4.1.27/drivers/base/regmap/
H A Dregmap-debugfs.c388 goto out_buf; regmap_reg_ranges_read_file()
392 out_buf: regmap_reg_ranges_read_file()
/linux-4.1.27/drivers/mtd/maps/
H A Dvmu-flash.c331 goto out_buf; vmu_flash_read_char()
345 out_buf: vmu_flash_read_char()
/linux-4.1.27/drivers/crypto/
H A Dmxs-dcp.c263 uint8_t *out_buf = sdcp->coh->aes_out_buf; mxs_dcp_aes_block_crypt() local
314 out_tmp = out_buf; mxs_dcp_aes_block_crypt()
/linux-4.1.27/net/ceph/
H A Dauth_x.c343 goto out_buf; ceph_x_build_authorizer()
351 out_buf: ceph_x_build_authorizer()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c960 u32 *out_buf = &msgbuf[1]; ixgbe_get_vf_reta() local
978 out_buf[i] = 0; ixgbe_get_vf_reta()
980 out_buf[i] |= (u32)(reta[16 * i + j] & 0x3) << (2 * j); ixgbe_get_vf_reta()
/linux-4.1.27/drivers/rapidio/devices/
H A Dtsi721.c1521 goto out_buf; tsi721_open_outb_mbox()
1535 goto out_buf; tsi721_open_outb_mbox()
1650 out_buf: tsi721_open_outb_mbox()
1830 goto out_buf; tsi721_open_inb_mbox()
1953 out_buf: tsi721_open_inb_mbox()
/linux-4.1.27/drivers/char/
H A Dvirtio_console.c673 static ssize_t fill_readbuf(struct port *port, char __user *out_buf, fill_readbuf() argument
688 ret = copy_to_user(out_buf, buf->buf + buf->offset, out_count); fill_readbuf()
692 memcpy((__force char *)out_buf, buf->buf + buf->offset, fill_readbuf()
/linux-4.1.27/tools/hv/
H A Dhv_kvp_daemon.c1097 char *out_buf, int out_len) parse_ip_val_buffer()
1124 strcpy(out_buf, (start + i)); parse_ip_val_buffer()
1096 parse_ip_val_buffer(char *in_buf, int *offset, char *out_buf, int out_len) parse_ip_val_buffer() argument

Completed in 1730 milliseconds