Searched refs:input_ptr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_convert.c52 char *input_ptr, *output_ptr; local
64 input_ptr = output_ptr = buffer;
66 res = iconv(outbound_cd, &input_ptr, &in_bytes,
82 char *input_ptr, *output_ptr; local
94 input_ptr = output_ptr = buffer;
96 res = iconv(inbound_cd, &input_ptr, &in_bytes,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dnon-ascii.c100 char *input_ptr, *output_ptr; local
119 input_ptr = output_ptr = buffer;
121 rc = iconv(data->outbound_cd, (const char**)&input_ptr, &in_bytes,
161 char *input_ptr, *output_ptr; local
180 input_ptr = output_ptr = buffer;
182 rc = iconv(data->inbound_cd, (const char **)&input_ptr, &in_bytes,
222 const char *input_ptr; local
242 input_ptr = output_ptr = buffer;
244 rc = iconv(data->utf8_cd, &input_ptr, &in_bytes,
253 if(output_ptr < input_ptr) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djquant1.c520 register JSAMPROW input_ptr; local
537 input_ptr = input_buf[row] + ci;
551 *output_ptr += colorindex_ci[GETJSAMPLE(*input_ptr)+dither[col_index]];
552 input_ptr += nc;
571 register JSAMPROW input_ptr; local
586 input_ptr = input_buf[row];
594 pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*input_ptr++) +
596 pixcode += GETJSAMPLE(colorindex1[GETJSAMPLE(*input_ptr++) +
598 pixcode += GETJSAMPLE(colorindex2[GETJSAMPLE(*input_ptr++) +
621 register JSAMPROW input_ptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djquant1.c520 register JSAMPROW input_ptr; local
537 input_ptr = input_buf[row] + ci;
551 *output_ptr += colorindex_ci[GETJSAMPLE(*input_ptr)+dither[col_index]];
552 input_ptr += nc;
571 register JSAMPROW input_ptr; local
586 input_ptr = input_buf[row];
594 pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*input_ptr++) +
596 pixcode += GETJSAMPLE(colorindex1[GETJSAMPLE(*input_ptr++) +
598 pixcode += GETJSAMPLE(colorindex2[GETJSAMPLE(*input_ptr++) +
621 register JSAMPROW input_ptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libaddns/
H A Ddnsgss.c89 struct gss_buffer_desc_struct input_desc, *input_ptr, output_desc; local
98 input_ptr = NULL;
106 0, NULL, input_ptr, NULL, &output_desc,
109 if (input_ptr != NULL) {
192 input_ptr = &input_desc;

Completed in 123 milliseconds