Searched refs:pib (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
H A DSDL_systimer.c103 PPIB pib; local
118 if (DosGetInfoBlocks(&tib, &pib)!=NO_ERROR)
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c2767 PPIB pib; local
2778 DosGetInfoBlocks(&tib, &pib);
2779 pchTemp = pchFileName = pib->pib_pchcmd;
2919 PPIB pib; local
2922 DosGetInfoBlocks(&tib, &pib);
2925 if (pib->pib_ultype==2) pib->pib_ultype = 3;
/external/sqlite/dist/orig/
H A Dsqlite3.c23616 PPIB pib; local
23617 DosGetInfoBlocks(NULL, &pib);
23618 return (int)pib->pib_ulpid;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c23616 PPIB pib; local
23617 DosGetInfoBlocks(NULL, &pib);
23618 return (int)pib->pib_ulpid;
[all...]

Completed in 911 milliseconds