HomeSort by relevance Sort by last modified time
    Searched defs:file_read (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_file.c 99 static int MS_CALLBACK file_read(BIO *h, char *buf, int size);
110 file_read,
233 static int MS_CALLBACK file_read(BIO *b, char *out, int outl) function
  /external/openssl/crypto/bio/
bss_file.c 99 static int MS_CALLBACK file_read(BIO *h, char *buf, int size);
110 file_read,
233 static int MS_CALLBACK file_read(BIO *b, char *out, int outl) function
  /external/chromium_org/third_party/libvpx/source/libvpx/
y4minput.c 22 static int file_read(void *buf, size_t size, FILE *file) { function
708 if (!file_read(buffer + i, 1, _fin)) return -1;
    [all...]
  /external/libvpx/libvpx/
y4minput.c 22 static int file_read(void *buf, size_t size, FILE *file) { function
708 if (!file_read(buffer + i, 1, _fin)) return -1;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
y4minput.c 22 static int file_read(void *buf, size_t size, FILE *file) { function
708 if (!file_read(buffer + i, 1, _fin)) return -1;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 189 static struct output *file_read = NULL;
1265 cur_cmd->x.fp = get_openfile(&file_read, read_mode, false)->fp;
187 static struct output *file_read = NULL; variable in typeref:struct:output
    [all...]

Completed in 191 milliseconds