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

  /external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/
SDL_sysjoystick.c 246 struct hid_data *hdata; local
310 hdata = hid_start_parse(hw->repdesc, 1 << hid_input, rep->rid);
312 hdata = hid_start_parse(hw->repdesc, 1 << hid_input);
314 if (hdata == NULL) {
325 while (hid_get_item(hdata, &hitem) > 0) {
367 hid_end_parse(hdata);
388 struct hid_data *hdata; local
449 hdata = hid_start_parse(joy->hwdata->repdesc, 1 << hid_input, rep->rid);
451 hdata = hid_start_parse(joy->hwdata->repdesc, 1 << hid_input);
453 if (hdata == NULL)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos_r.h 527 struct hostent_data hdata; member in struct:__anon13432
534 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \
535 ((gethostbyname_r((h),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
537 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \
538 ((gethostbyaddr_r((a),(al),(t),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h 518 struct hostent_data hdata; member in struct:__anon13546
525 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \
526 ((gethostbyname_r((h),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
528 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \
529 ((gethostbyaddr_r((a),(al),(t),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xos_r.h 527 struct hostent_data hdata; member in struct:__anon14888
534 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \
535 ((gethostbyname_r((h),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
537 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \
538 ((gethostbyaddr_r((a),(al),(t),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
    [all...]
  /external/openssl/ssl/
s3_enc.c 598 void *hdata; local
604 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer,&hdata);
618 EVP_DigestUpdate(s->s3->handshake_dgst[i],hdata,hdatalen);

Completed in 333 milliseconds