HomeSort by relevance Sort by last modified time
    Searched full:host_callback (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/gdb/
callback.h 72 typedef struct host_callback_struct host_callback;
76 int (*close) (host_callback *,int);
77 int (*get_errno) (host_callback *);
78 int (*isatty) (host_callback *, int);
79 int (*lseek) (host_callback *, int, long , int);
80 int (*open) (host_callback *, const char*, int mode);
81 int (*read) (host_callback *,int, char *, int);
82 int (*read_stdin) ( host_callback *, char *, int);
83 int (*rename) (host_callback *, const char *, const char *);
84 int (*system) (host_callback *, const char *)
71 typedef struct host_callback_struct host_callback; typedef in typeref:struct:host_callback_struct
    [all...]
  /external/c-ares/
ares_gethostbyname.c 71 static void host_callback(void *arg, int status, int timeouts,
150 host_callback, hquery);
155 host_callback, hquery);
178 static void host_callback(void *arg, int status, int timeouts, function
204 host_callback, hquery);
218 ares_search(hquery->channel, hquery->name, C_IN, T_A, host_callback,
  /toolchain/binutils/binutils-2.25/include/
ChangeLog-9103     [all...]

Completed in 524 milliseconds