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

  /libcore/luni/src/test/native/
test_openssl_engine.cpp 43 EVP_PKEY* (*read_func)(BIO*, EVP_PKEY**, pem_password_cb*, void*)) {
57 key = read_func(in, NULL, 0, NULL);
  /external/grub/stage2/
filesys.h 152 int (*read_func) (char *buf, int len); member in struct:fsys_entry
disk_io.c     [all...]
builtins.c 3092 read_func (char *arg, int flags) function
    [all...]
  /external/tremolo/Tremolo/
ivorbisfile.h 60 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource); member in struct:__anon15868
vorbisfile.c 95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
    [all...]
  /external/libvorbis/include/vorbis/
vorbisfile.h 40 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource); member in struct:__anon10851
  /external/libvorbis/lib/
vorbisfile.c 69 if(!(vf->callbacks.read_func))return(-1);
72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource);
    [all...]

Completed in 586 milliseconds