HomeSort by relevance Sort by last modified time
    Searched refs:outc (Results 1 - 2 of 2) sorted by null

  /system/core/libsparse/
output_file.c 282 struct output_file_callback *outc = to_output_file_callback(out); local
288 ret = outc->write(outc->priv, NULL, to_write);
305 struct output_file_callback *outc = to_output_file_callback(out); local
307 return outc->write(outc->priv, data, len);
312 struct output_file_callback *outc = to_output_file_callback(out); local
314 free(outc);
642 struct output_file_callback *outc; local
644 outc = calloc(1, sizeof(struct output_file_callback))
    [all...]
  /external/curl/lib/
mprintf.c 972 unsigned char outc = (unsigned char)output; local
976 infop->buffer[0] = outc; /* store */
979 return outc; /* fputc() returns like this on success */
1020 unsigned char outc = (unsigned char)output; local
1044 infop->buffer[ infop->len ] = outc;
1048 return outc; /* fputc() returns like this on success */
1106 unsigned char outc = (unsigned char)output; local
1107 **buffer = outc;
1109 return outc; /* act like fputc() ! */

Completed in 112 milliseconds