Lines Matching full:voidp
47 subtype Voidp is System.Address; -- zconf.h:232
49 subtype Byte_Access is Voidp;
51 Nul : constant Voidp := System.Null_Address;
109 type gzFile is new Voidp; -- zlib.h:646
116 (Opaque : Voidp;
119 return Voidp; -- zlib.h:63
121 type free_func is access procedure (opaque : Voidp; address : Voidp);
194 buf : Voidp;
200 buf : in Voidp;
315 Buffer : in Voidp;
321 Buffer : in Voidp;
327 Opaque : in Voidp;
366 Next_In : Voidp := Nul; -- next input byte
369 Next_Out : Voidp := Nul; -- next output byte should be put there
373 state : Voidp; -- not visible by applications
376 opaque : Voidp; -- private data object passed to