Lines Matching refs:CData
16 …c function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): ?FFI\CData {}
19 public static function free(FFI\CData $ptr): void {}
25 public static function cast(FFI\CType|string $type, $ptr): ?FFI\CData {}
30 public static function typeof(FFI\CData $ptr): FFI\CType {}
35 public static function addr(FFI\CData $ptr): FFI\CData {}
38 public static function sizeof(FFI\CData|FFI\CType $ptr): int {}
41 public static function alignof(FFI\CData|FFI\CType $ptr): int {}
48 public static function memcpy(FFI\CData $to, $from, int $size): void {}
59 public static function memset(FFI\CData $ptr, int $value, int $size): void {}
62 public static function string(FFI\CData $ptr, ?int $size = null): string {}
65 public static function isNull(FFI\CData $ptr): bool {}
73 final class CData { class