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 275 struct output_file_callback *outc = to_output_file_callback(out); local
281 ret = outc->write(outc->priv, NULL, to_write);
298 struct output_file_callback *outc = to_output_file_callback(out); local
300 return outc->write(outc->priv, data, len);
305 struct output_file_callback *outc = to_output_file_callback(out); local
307 free(outc);
635 struct output_file_callback *outc; local
637 outc = calloc(1, sizeof(struct output_file_callback))
    [all...]
  /external/curl/lib/
mprintf.c 954 unsigned char outc = (unsigned char)output; local
958 infop->buffer[0] = outc; /* store */
961 return outc; /* fputc() returns like this on success */
1002 unsigned char outc = (unsigned char)output; local
1026 infop->buffer[ infop->len ] = outc;
1030 return outc; /* fputc() returns like this on success */
1088 unsigned char outc = (unsigned char)output; local
1089 **buffer = outc;
1091 return outc; /* act like fputc() ! */

Completed in 72 milliseconds