806 Einträge. Zurück zur Übersicht · Unit-Verzeichnis
# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
| Funktion | Signatur | Unit |
|---|---|---|
PackArrayStart | (buf: int64, pos: int64, count: int64): int64 | std.pack |
PackBool | (buf: int64, pos: int64, val: bool): int64 | std.pack |
PackFloat32 | (buf: int64, pos: int64, val: f64): int64 | std.pack |
PackFloat64 | (buf: int64, pos: int64, val: f64): int64 | std.pack |
PackInt16 | (buf: int64, pos: int64, val: int64): int64 | std.pack |
PackInt32 | (buf: int64, pos: int64, val: int64): int64 | std.pack |
PackInt64 | (buf: int64, pos: int64, val: int64): int64 | std.pack |
PackInt8 | (buf: int64, pos: int64, val: int64): int64 | std.pack |
PackNull | (buf: int64, pos: int64): int64 | std.pack |
PackString | (buf: int64, pos: int64, s: pchar): int64 | std.pack |
PageRuleCacheEverything | (c: CFClient, zoneId: pchar, pattern: pchar, ttl: int64): CFPageRule | std.cloud.cf.cache |
PageRuleCreate | (c: CFClient, zoneId: pchar, urlPattern: pchar, actions: pchar, actionsLen: int64, priority: int64): CFPageRule | std.cloud.cf.cache |
PageRuleDelete | (c: CFClient, zoneId: pchar, ruleId: pchar): int64 | std.cloud.cf.cache |
PageRuleForceHTTPS | (c: CFClient, zoneId: pchar, pattern: pchar): CFPageRule | std.cloud.cf.cache |
PageRuleList | (c: CFClient, zoneId: pchar): int64 | std.cloud.cf.cache |
PageRuleRedirect | (c: CFClient, zoneId: pchar, fromPattern: pchar, toURL: pchar, statusCode: int64): CFPageRule | std.cloud.cf.cache |
PagesDeploy | (c: CFClient, accountId: pchar, projectName: pchar, branch: pchar): CFPagesDeployment | std.cloud.cf.pages |
PagesDeployDir | (c: CFClient, accountId: pchar, projectName: pchar, localDir: pchar, branch: pchar): CFPagesDeployment | std.cloud.cf.pages |
PagesDeploymentDelete | (c: CFClient, accountId: pchar, projectName: pchar, deployId: pchar): int64 | std.cloud.cf.pages |
PagesDeploymentGet | (c: CFClient, accountId: pchar, projectName: pchar, deployId: pchar): CFPagesDeployment | std.cloud.cf.pages |
PagesDeploymentList | (c: CFClient, accountId: pchar, projectName: pchar): int64 | std.cloud.cf.pages |
PagesDeploymentLogs | (c: CFClient, accountId: pchar, projectName: pchar, deployId: pchar): int64 | std.cloud.cf.pages |
PagesDeploymentRetry | (c: CFClient, accountId: pchar, projectName: pchar, deployId: pchar): CFPagesDeployment | std.cloud.cf.pages |
PagesDeploymentRollback | (c: CFClient, accountId: pchar, projectName: pchar, deployId: pchar): int64 | std.cloud.cf.pages |
PagesDomainAdd | (c: CFClient, accountId: pchar, projectName: pchar, domain: pchar): int64 | std.cloud.cf.pages |
PagesDomainDelete | (c: CFClient, accountId: pchar, projectName: pchar, domain: pchar): int64 | std.cloud.cf.pages |
PagesDomainList | (c: CFClient, accountId: pchar, projectName: pchar): int64 | std.cloud.cf.pages |
PagesEnvDelete | (c: CFClient, accountId: pchar, projectName: pchar, envKey: pchar, environment: pchar): int64 | std.cloud.cf.pages |
PagesEnvList | (c: CFClient, accountId: pchar, projectName: pchar): int64 | std.cloud.cf.pages |
PagesEnvSet | (c: CFClient, accountId: pchar, projectName: pchar, envKey: pchar, envValue: pchar, isSecret: int64, environment: pchar): int64 | std.cloud.cf.pages |
PagesProjectCreate | (c: CFClient, accountId: pchar, name: pchar, productionBranch: pchar, buildCmd: pchar, rootDir: pchar, distDir: pchar): CFPagesProject | std.cloud.cf.pages |
PagesProjectDelete | (c: CFClient, accountId: pchar, projectName: pchar): int64 | std.cloud.cf.pages |
PagesProjectGet | (c: CFClient, accountId: pchar, projectName: pchar): CFPagesProject | std.cloud.cf.pages |
PagesProjectList | (c: CFClient, accountId: pchar): int64 | std.cloud.cf.pages |
PagesProjectUpdate | (c: CFClient, accountId: pchar, projectName: pchar, body: int64, bodyLen: int64): CFPagesProject | std.cloud.cf.pages |
Parse | (url_str: pchar, result: pchar): int64 | std.url |
parseAndRender | (lfdSource: pchar): int64 | std.lfd_factory |
parseArray | (dest: pchar, src: pchar): int64 | std.json |
ParseBin | (s: pchar): int64 | std.conv |
ParseBinEx | (s: pchar, okOut: int64): int64 | std.conv |
ParseDate | (input: pchar, year: int64, month: int64, day: int64): int64 | std.datetime |
ParseDMS | (degrees: int64, minutes: int64, seconds: int64, direction: int64): int64 | std.geo |
ParseFlexible | (input: pchar, result: int64): int64 | std.datetime |
ParseHex | (s: pchar): int64 | std.conv |
ParseHexEx | (s: pchar, okOut: int64): int64 | std.conv |
ParseIPAddr | (s: int64, len: int64): IPAddr | std.net.types |
ParseIPv6 | (s: int64, len: int64, outHi: int64, outLo: int64): void | std.net.types |
ParseIso | (input: pchar, result: int64): int64 | std.datetime |
ParseLat | (s: pchar): int64 | std.geo |
ParseLine | (line: pchar, line_len: int64, key_out: pchar, value_out: pchar): bool | std.ini |
ParseLon | (s: pchar): int64 | std.geo |
ParseOct | (s: pchar): int64 | std.conv |
ParseOctEx | (s: pchar, okOut: int64): int64 | std.conv |
parseResp | (conn: RedisConn, n: int64): RedisReply | std.db.redis |
ParseRfc2822 | (input: pchar, result: int64): int64 | std.datetime |
ParseSectionLine | (line: pchar, line_len: int64, output: pchar): int64 | std.ini |
ParseString | (input: pchar): int64 | std.ini |
ParseString | (input: pchar, output: pchar): int64 | std.xml |
ParseString | (input: pchar): int64 | std.yaml |
ParseTime | (input: pchar, hour: int64, minute: int64, second: int64): int64 | std.datetime |
parseValue | (dest: pchar, src: pchar): int64 | std.json |
ParseYamlBool | (s: pchar): bool | std.yaml |
ParseYamlFloat | (s: pchar): f64 | std.yaml |
ParseYamlInt | (s: pchar): int64 | std.yaml |
PartByteOffset | (t: PartTable, idx: int64): int64 | std.fs.part |
PartByteSize | (t: PartTable, idx: int64): int64 | std.fs.part |
PartCount | (t: PartTable): int64 | std.fs.part |
PartCrc32 | (daten: int64, len: int64): int64 | std.fs.part |
PartFree | (ref t: PartTable): void | std.fs.part |
PartGet | (t: PartTable, idx: int64, ref e: PartEntry): int64 | std.fs.part |
PartIstErweitert | (typ: int64): bool | std.fs.part |
PartName | (t: PartTable, idx: int64, buf: int64, max: int64): int64 | std.fs.part |
PartScan | (fd: int64, sectorSize: int64): PartTable | std.fs.part |
PartSchema | (t: PartTable): int64 | std.fs.part |
PartTypeGuid | (t: PartTable, idx: int64, buf: int64): int64 | std.fs.part |
PartValid | (t: PartTable): bool | std.fs.part |
PasswordStrength | (password: pchar): int64 | std.hash |
path_dirname | (path: pchar): pchar | std.os |
path_exists | (path: pchar): bool | std.os |
path_filename | (path: pchar): pchar | std.os |
path_is_absolute | (path: pchar): bool | std.os |
PathBase | (dest: pchar, path: pchar): pchar | std.fs |
PathContainedIn | (root: pchar, path: pchar): bool | std.fs |
PathDir | (dest: pchar, path: pchar): pchar | std.fs |
PathExt | (dest: pchar, path: pchar): pchar | std.fs |
PathJoin | (dest: pchar, a: pchar, b: pchar): pchar | std.fs |
PathNormalize | (dest: pchar, src: pchar): pchar | std.fs |
PathResolve | (dest: pchar, base: pchar, relative: pchar): pchar | std.fs |
PBKDF2HMACSHA256Bytes | (password: int64, passwordLen: int64, salt: int64, saltLen: int64, iterations: int64, outBuf: int64): void | std.hash |
PciAttachIds | (dev: int64, db: int64): int64 | std.hardware.pci |
PciBarAddress | (ctx: int64, idx: int64): int64 | std.hardware.pci_bar |
PciBarAddress32 | (bar: int64): int64 | std.hardware.pci_bar |
PciBarAddress64 | (barLow: int64, barHigh: int64): int64 | std.hardware.pci_bar |
PciBarFlags | (bdf: int64, idx: int64): int64 | std.hardware.pci_bar |
PciBarIs64 | (bar: int64): int64 | std.hardware.pci_bar |
PciBarIsIo | (bar: int64): int64 | std.hardware.pci_bar |
PciBarIsPrefetchable | (bar: int64): int64 | std.hardware.pci_bar |
PciBarMap | (bdf: int64, idx: int64, lenOut: int64): int64 | std.hardware.pci_bar |
PciBarNextIndex | (ctx: int64, idx: int64): int64 | std.hardware.pci_bar |
PciBarRaw | (ctx: int64, idx: int64): int64 | std.hardware.pci_bar |
PciBarSize | (bdf: int64, idx: int64): int64 | std.hardware.pci_bar |
PciBarStart | (bdf: int64, idx: int64): int64 | std.hardware.pci_bar |
PciBarUnmap | (addr: int64, len: int64): int64 | std.hardware.pci_bar |
PciBaseClass | (ctx: int64): int64 | std.hardware.pci_config |
PciBdfBus | (bdf: int64): int64 | std.hardware.pci_syscalls |
PciBdfDevice | (bdf: int64): int64 | std.hardware.pci_syscalls |
PciBdfDomain | (bdf: int64): int64 | std.hardware.pci_syscalls |
PciBdfFormat | (dest: int64, bdf: int64): int64 | std.hardware.pci_syscalls |
PciBdfFunction | (bdf: int64): int64 | std.hardware.pci_syscalls |
PciBdfMake | (dom: int64, bus: int64, dev: int64, fun: int64): int64 | std.hardware.pci_syscalls |
PciBdfParse | (s: pchar): int64 | std.hardware.pci_syscalls |
PciCapCount | (ctx: int64): int64 | std.hardware.pci_caps |
PciCapFind | (ctx: int64, capId: int64): int64 | std.hardware.pci_caps |
PciCapId | (ctx: int64, off: int64): int64 | std.hardware.pci_caps |
PciCapIdName | (id: int64): pchar | std.hardware.pci_caps |
PciCapNext | (ctx: int64, from: int64): int64 | std.hardware.pci_caps |
PciCfgBackend | (ctx: int64): int64 | std.hardware.pci_config |
PciCfgBdf | (ctx: int64): int64 | std.hardware.pci_config |
PciCfgClose | (ctx: int64): void | std.hardware.pci_config |
PciCfgDevicePresent | (ctx: int64): int64 | std.hardware.pci_config |
PciCfgHandle | (ctx: int64): int64 | std.hardware.pci_config |
PciCfgOpenEcam | (base: int64, bdf: int64): int64 | std.hardware.pci_config |
PciCfgOpenMem | (buf: int64, len: int64, bdf: int64): int64 | std.hardware.pci_config |
PciCfgOpenPortIo | (bdf: int64): int64 | std.hardware.pci_config |
PciCfgOpenSysfs | (bdf: int64): int64 | std.hardware.pci_config |
PciCfgRead16 | (ctx: int64, off: int64): int64 | std.hardware.pci_config |
PciCfgRead32 | (ctx: int64, off: int64): int64 | std.hardware.pci_config |
PciCfgRead8 | (ctx: int64, off: int64): int64 | std.hardware.pci_config |
PciCfgSize | (ctx: int64): int64 | std.hardware.pci_config |
PciCfgWritable | (ctx: int64): int64 | std.hardware.pci_config |
PciCfgWrite16 | (ctx: int64, off: int64, val: int64): int64 | std.hardware.pci_config |
PciCfgWrite32 | (ctx: int64, off: int64, val: int64): int64 | std.hardware.pci_config |
PciCfgWrite8 | (ctx: int64, off: int64, val: int64): int64 | std.hardware.pci_config |
PciClassNameBuiltin | (cls: int64): pchar | std.hardware.pci_types |
PciClose | (dev: int64): void | std.hardware.pci |
PciCloseFile | (fd: int64): int64 | std.hardware.pci_syscalls |
PciDevAddressStr | (dev: int64, dest: int64): int64 | std.hardware.pci |
PciDevBarBase | (dev: int64, idx: int64): int64 | std.hardware.pci |
PciDevBarIsIo | (dev: int64, idx: int64): int64 | std.hardware.pci |
PciDevBarMappedLen | (dev: int64, idx: int64): int64 | std.hardware.pci |
PciDevBarRaw | (dev: int64, idx: int64): int64 | std.hardware.pci |
PciDevBarSize | (dev: int64, idx: int64): int64 | std.hardware.pci |
PciDevBaseClass | (dev: int64): int64 | std.hardware.pci |
PciDevBdf | (dev: int64): int64 | std.hardware.pci |
PciDevCapFind | (dev: int64, capId: int64): int64 | std.hardware.pci |
PciDevCfg | (dev: int64): int64 | std.hardware.pci |
PciDevClassName | (dev: int64, dest: int64, cap: int64): int64 | std.hardware.pci |
PciDevDeviceId | (dev: int64): int64 | std.hardware.pci |
PciDevDeviceName | (dev: int64, dest: int64, cap: int64): int64 | std.hardware.pci |
PciDevDisableIntx | (dev: int64): int64 | std.hardware.pci |
PciDevEnableBusMaster | (dev: int64): int64 | std.hardware.pci |
PciDevEnableMemSpace | (dev: int64): int64 | std.hardware.pci |
PciDevHasMsix | (dev: int64): int64 | std.hardware.pci |
PciDevHeaderType | (dev: int64): int64 | std.hardware.pci |
PciDeviceCount | (): int64 | std.hardware.pci_enum |
PciDeviceId | (ctx: int64): int64 | std.hardware.pci_config |
PciDevIds | (dev: int64): int64 | std.hardware.pci |
PciDevIntLine | (dev: int64): int64 | std.hardware.pci |
PciDevIntPin | (dev: int64): int64 | std.hardware.pci |
PciDevLinkSpeed | (dev: int64): int64 | std.hardware.pci |
PciDevLinkWidth | (dev: int64): int64 | std.hardware.pci |
PciDevMapBar | (dev: int64, idx: int64): int64 | std.hardware.pci |
PciDevMsixVectors | (dev: int64): int64 | std.hardware.pci |
PciDevProgIf | (dev: int64): int64 | std.hardware.pci |
PciDevRead32 | (dev: int64, idx: int64, off: int64): int64 | std.hardware.pci |
PciDevRead64 | (dev: int64, idx: int64, off: int64): int64 | std.hardware.pci |
PciDevRevision | (dev: int64): int64 | std.hardware.pci |
PciDevSubclass | (dev: int64): int64 | std.hardware.pci |
PciDevSubsysId | (dev: int64): int64 | std.hardware.pci |
PciDevSubsysVendor | (dev: int64): int64 | std.hardware.pci |
PciDevUnmapBar | (dev: int64, idx: int64): int64 | std.hardware.pci |
PciDevVendorId | (dev: int64): int64 | std.hardware.pci |
PciDevVendorName | (dev: int64, dest: int64, cap: int64): int64 | std.hardware.pci |
PciDevWrite32 | (dev: int64, idx: int64, off: int64, val: int64): int64 | std.hardware.pci |
PciDevWrite64 | (dev: int64, idx: int64, off: int64, val: int64): int64 | std.hardware.pci |
PciDisableBusMaster | (ctx: int64): int64 | std.hardware.pci_config |
PciDisableIntx | (ctx: int64): int64 | std.hardware.pci_config |
PciDisableIoSpace | (ctx: int64): int64 | std.hardware.pci_config |
PciDisableMemSpace | (ctx: int64): int64 | std.hardware.pci_config |
PciEcamAddress | (base: int64, startBus: int64, bus: int64, dev: int64, fun: int64, off: int64): int64 | std.hardware.pci_ecam |
PciEcamBasePhys | (ctx: int64): int64 | std.hardware.pci_ecam |
PciEcamBaseVirt | (ctx: int64): int64 | std.hardware.pci_ecam |
PciEcamClose | (ctx: int64): void | std.hardware.pci_ecam |
PciEcamDeviceAddr | (ctx: int64, bdf: int64, off: int64): int64 | std.hardware.pci_ecam |
PciEcamDevicePresent | (ctx: int64, bdf: int64): int64 | std.hardware.pci_ecam |
PciEcamFirstBus | (ctx: int64): int64 | std.hardware.pci_ecam |
PciEcamLastBus | (ctx: int64): int64 | std.hardware.pci_ecam |
PciEcamMapLen | (ctx: int64): int64 | std.hardware.pci_ecam |
PciEcamOffset | (bus: int64, dev: int64, fun: int64, off: int64): int64 | std.hardware.pci_ecam |
PciEcamOpen | (base: int64, startBus: int64, endBus: int64): int64 | std.hardware.pci_ecam |
PciEcamOpenAuto | (): int64 | std.hardware.pci_ecam |
PciEcamRead | (ctx: int64, bdf: int64, off: int64, width: int64): int64 | std.hardware.pci_ecam |
PciEcamWrite | (ctx: int64, bdf: int64, off: int64, val: int64, width: int64): int64 | std.hardware.pci_ecam |
PciEnableBusMaster | (ctx: int64): int64 | std.hardware.pci_config |
PciEnableIntx | (ctx: int64): int64 | std.hardware.pci_config |
PciEnableIoSpace | (ctx: int64): int64 | std.hardware.pci_config |
PciEnableMemSpace | (ctx: int64): int64 | std.hardware.pci_config |
PciEnumScan | (out: int64, maxCount: int64, backend: int64, base: int64): int64 | std.hardware.pci_enum |
PciEnumScanRange | (out: int64, maxCount: int64, backend: int64, base: int64, busFrom: int64, busTo: int64): int64 | std.hardware.pci_enum |
PciEnumSysfs | (out: int64, maxCount: int64): int64 | std.hardware.pci_enum |
PciErrorName | (code: int64): pchar | std.hardware.pci_types |
PciExtCapFind | (ctx: int64, capId: int64): int64 | std.hardware.pci_caps |
PciExtCapId | (ctx: int64, off: int64): int64 | std.hardware.pci_caps |
PciExtCapVersion | (ctx: int64, off: int64): int64 | std.hardware.pci_caps |
PciFindByClass | (cls: int64, sub: int64): int64 | std.hardware.pci_enum |
PciFindById | (vid: int64, did: int64): int64 | std.hardware.pci_enum |
PciGetEnv | (name: pchar): pchar | std.hardware.pci_syscalls |
PciHeaderType | (ctx: int64): int64 | std.hardware.pci_config |
PciHeaderTypeRaw | (ctx: int64): int64 | std.hardware.pci_config |
PciIdsClassCount | (db: int64): int64 | std.hardware.pci_ids |
PciIdsClassName | (db: int64, cls: int64, sub: int64, dest: int64, cap: int64): int64 | std.hardware.pci_ids |
PciIdsClose | (db: int64): void | std.hardware.pci_ids |
PciIdsDeviceName | (db: int64, vid: int64, did: int64, dest: int64, cap: int64): int64 | std.hardware.pci_ids |
PciIdsOpen | (): int64 | std.hardware.pci_ids |
PciIdsOpenPath | (path: pchar): int64 | std.hardware.pci_ids |
PciIdsSubsystemName | (db: int64, vid: int64, did: int64, svid: int64, sdid: int64, dest: int64, cap: int64): int64 | std.hardware.pci_ids |
PciIdsVendorCount | (db: int64): int64 | std.hardware.pci_ids |
PciIdsVendorName | (db: int64, vid: int64, dest: int64, cap: int64): int64 | std.hardware.pci_ids |
PciIntLine | (ctx: int64): int64 | std.hardware.pci_config |
PciIntPin | (ctx: int64): int64 | std.hardware.pci_config |
PciIoctl | (fd: int64, request: int64, arg: int64): int64 | std.hardware.pci_syscalls |
PciIrqBestType | (ctx: int64): int64 | std.hardware.pci_irq |
PciIrqCount | (ctx: int64, index: int64): int64 | std.hardware.pci_irq |
PciIrqDisable | (ctx: int64, index: int64): int64 | std.hardware.pci_irq |
PciIrqDisableAll | (ctx: int64, index: int64, count: int64, fds: int64): int64 | std.hardware.pci_irq |
PciIrqEnable | (ctx: int64, count: int64, fdsOut: int64): int64 | std.hardware.pci_irq |
PciIrqEventFd | (): int64 | std.hardware.pci_irq |
PciIrqEventFdNonblock | (): int64 | std.hardware.pci_irq |
PciIrqFlags | (ctx: int64, index: int64): int64 | std.hardware.pci_irq |
PciIrqInfo | (ctx: int64, index: int64, out: int64): int64 | std.hardware.pci_irq |
PciIrqIsMaskable | (ctx: int64, index: int64): int64 | std.hardware.pci_irq |
PciIrqMask | (ctx: int64, index: int64, vector: int64): int64 | std.hardware.pci_irq |
PciIrqPoll | (fd: int64): int64 | std.hardware.pci_irq |
PciIrqSetEventFd | (ctx: int64, index: int64, vector: int64, fd: int64): int64 | std.hardware.pci_irq |
PciIrqSetEventFds | (ctx: int64, index: int64, start: int64, count: int64, fds: int64): int64 | std.hardware.pci_irq |
PciIrqTypeName | (index: int64): pchar | std.hardware.pci_irq |
PciIrqUnmask | (ctx: int64, index: int64, vector: int64): int64 | std.hardware.pci_irq |
PciIrqWait | (fd: int64, timeoutMs: int64): int64 | std.hardware.pci_irq |
PciIrqWaitAny | (fds: int64, count: int64, timeoutMs: int64): int64 | std.hardware.pci_irq |
PciIsMultifunction | (ctx: int64): int64 | std.hardware.pci_config |
PciKernelLockdown | (): int64 | std.hardware.pci_syscalls |
PciLockdownBlocksHwAccess | (): int64 | std.hardware.pci_syscalls |
PciLockdownName | (mode: int64): pchar | std.hardware.pci_syscalls |
PciMcfgBase | (buf: int64, len: int64, idx: int64): int64 | std.hardware.pci_ecam |
PciMcfgEndBus | (buf: int64, len: int64, idx: int64): int64 | std.hardware.pci_ecam |
PciMcfgEntryCount | (buf: int64, len: int64): int64 | std.hardware.pci_ecam |
PciMcfgFree | (buf: int64): void | std.hardware.pci_ecam |
PciMcfgRead | (lenOut: int64): int64 | std.hardware.pci_ecam |
PciMcfgSegment | (buf: int64, len: int64, idx: int64): int64 | std.hardware.pci_ecam |
PciMcfgStartBus | (buf: int64, len: int64, idx: int64): int64 | std.hardware.pci_ecam |
PciMmap | (len: int64, prot: int64, flags: int64, fd: int64, off: int64): int64 | std.hardware.pci_syscalls |
PciMmioRead16 | (base: int64, off: int64): int64 | std.hardware.pci_bar |
PciMmioRead32 | (base: int64, off: int64): int64 | std.hardware.pci_bar |
PciMmioRead64 | (base: int64, off: int64): int64 | std.hardware.pci_bar |
PciMmioRead8 | (base: int64, off: int64): int64 | std.hardware.pci_bar |
PciMmioWrite16 | (base: int64, off: int64, val: int64): void | std.hardware.pci_bar |
PciMmioWrite32 | (base: int64, off: int64, val: int64): void | std.hardware.pci_bar |
PciMmioWrite64 | (base: int64, off: int64, val: int64): void | std.hardware.pci_bar |
PciMmioWrite8 | (base: int64, off: int64, val: int64): void | std.hardware.pci_bar |
PciMsiControl | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciMsiIs64Bit | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciMsiIsEnabled | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciMsiRequestedVectors | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciMsixControl | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciMsixIsEnabled | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciMsixPbaBar | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciMsixPbaOffset | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciMsixTableBar | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciMsixTableOffset | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciMsixTableSize | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciMunmap | (addr: int64, len: int64): int64 | std.hardware.pci_syscalls |
PciOpen | (bdf: int64): int64 | std.hardware.pci |
PciOpenByClass | (cls: int64, sub: int64): int64 | std.hardware.pci |
PciOpenById | (vid: int64, did: int64): int64 | std.hardware.pci |
PciOpenByPath | (s: pchar): int64 | std.hardware.pci |
PciOpenFile | (path: pchar, flags: int64): int64 | std.hardware.pci_syscalls |
PciPathExists | (path: pchar): int64 | std.hardware.pci_syscalls |
PciPcieLinkSpeed | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciPcieLinkStatus | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciPcieLinkWidth | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciPcieMaxLinkSpeed | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciPcieMaxLinkWidth | (ctx: int64, capOff: int64): int64 | std.hardware.pci_caps |
PciPcieSpeedName | (code: int64): pchar | std.hardware.pci_caps |
PciPortClose | (fd: int64): void | std.hardware.pci_portio |
PciPortInb | (fd: int64, port: int64): int64 | std.hardware.pci_portio |
PciPortInl | (fd: int64, port: int64): int64 | std.hardware.pci_portio |
PciPortInw | (fd: int64, port: int64): int64 | std.hardware.pci_portio |
PciPortIoAddress | (bus: int64, dev: int64, fun: int64, off: int64): int64 | std.hardware.pci_portio |
PciPortIoAddressBdf | (bdf: int64, off: int64): int64 | std.hardware.pci_portio |
PciPortIoCfgRead | (fd: int64, bdf: int64, off: int64, width: int64): int64 | std.hardware.pci_portio |
PciPortIoCfgWrite | (fd: int64, bdf: int64, off: int64, val: int64, width: int64): int64 | std.hardware.pci_portio |
PciPortIoDevicePresent | (fd: int64, bdf: int64): int64 | std.hardware.pci_portio |
PciPortOpen | (): int64 | std.hardware.pci_portio |
PciPortOutb | (fd: int64, port: int64, val: int64): int64 | std.hardware.pci_portio |
PciPortOutl | (fd: int64, port: int64, val: int64): int64 | std.hardware.pci_portio |
PciPortOutw | (fd: int64, port: int64, val: int64): int64 | std.hardware.pci_portio |
PciPortRead | (fd: int64, port: int64, width: int64): int64 | std.hardware.pci_portio |
PciPortWrite | (fd: int64, port: int64, val: int64, width: int64): int64 | std.hardware.pci_portio |
PciPread | (fd: int64, buf: int64, len: int64, off: int64): int64 | std.hardware.pci_syscalls |
PciProgIf | (ctx: int64): int64 | std.hardware.pci_config |
PciPwrite | (fd: int64, buf: int64, len: int64, off: int64): int64 | std.hardware.pci_syscalls |
PciResourceField | (buf: int64, len: int64, fieldIdx: int64): int64 | std.hardware.pci_bar |
PciResourceSize | (buf: int64, len: int64, idx: int64): int64 | std.hardware.pci_bar |
PciRevision | (ctx: int64): int64 | std.hardware.pci_config |
PciStrAppend | (dst: int64, pos: int64, cap: int64, src: pchar): int64 | std.hardware.pci_syscalls |
PciStrAppendHex | (dst: int64, pos: int64, cap: int64, val: int64, digits: int64): int64 | std.hardware.pci_syscalls |
PciSubclass | (ctx: int64): int64 | std.hardware.pci_config |
PciSubsysId | (ctx: int64): int64 | std.hardware.pci_config |
PciSubsysVendor | (ctx: int64): int64 | std.hardware.pci_config |
PciSysfsPath | (dest: int64, bdf: int64, suffix: pchar): int64 | std.hardware.pci_syscalls |
PciSysfsResourcePath | (dest: int64, bdf: int64, idx: int64): int64 | std.hardware.pci_syscalls |
PciVendorId | (ctx: int64): int64 | std.hardware.pci_config |
PciVfioCfgRead | (ctx: int64, off: int64, width: int64): int64 | std.hardware.pci_vfio |
PciVfioCfgWrite | (ctx: int64, off: int64, val: int64, width: int64): int64 | std.hardware.pci_vfio |
PciVfioClose | (ctx: int64): void | std.hardware.pci_vfio |
PciVfioContainerFd | (ctx: int64): int64 | std.hardware.pci_vfio |
PciVfioDeviceFd | (ctx: int64): int64 | std.hardware.pci_vfio |
PciVfioDeviceFlags | (ctx: int64): int64 | std.hardware.pci_vfio |
PciVfioDmaAlloc | (ctx: int64, size: int64, iovaOut: int64): int64 | std.hardware.pci_vfio |
PciVfioDmaFree | (ctx: int64, vaddr: int64, iova: int64, size: int64): int64 | std.hardware.pci_vfio |
PciVfioDmaMap | (ctx: int64, vaddr: int64, iova: int64, size: int64, flags: int64): int64 | std.hardware.pci_vfio |
PciVfioDmaUnmap | (ctx: int64, iova: int64, size: int64): int64 | std.hardware.pci_vfio |
PciVfioGroupFd | (ctx: int64): int64 | std.hardware.pci_vfio |
PciVfioGroupNum | (ctx: int64): int64 | std.hardware.pci_vfio |
PciVfioGroupOf | (bdf: int64): int64 | std.hardware.pci_vfio |
PciVfioIsPciDevice | (ctx: int64): int64 | std.hardware.pci_vfio |
PciVfioMapRegion | (ctx: int64, index: int64, lenOut: int64): int64 | std.hardware.pci_vfio |
PciVfioNumIrqs | (ctx: int64): int64 | std.hardware.pci_vfio |
PciVfioNumRegions | (ctx: int64): int64 | std.hardware.pci_vfio |
PciVfioOpen | (bdf: int64): int64 | std.hardware.pci_vfio |
PciVfioOpenByPath | (s: pchar): int64 | std.hardware.pci_vfio |
PciVfioRegionFlags | (ctx: int64, index: int64): int64 | std.hardware.pci_vfio |
PciVfioRegionInfo | (ctx: int64, index: int64, out: int64): int64 | std.hardware.pci_vfio |
PciVfioRegionIsMappable | (ctx: int64, index: int64): int64 | std.hardware.pci_vfio |
PciVfioRegionOffset | (ctx: int64, index: int64): int64 | std.hardware.pci_vfio |
PciVfioRegionSize | (ctx: int64, index: int64): int64 | std.hardware.pci_vfio |
PciVfioReset | (ctx: int64): int64 | std.hardware.pci_vfio |
PciVfioUnmapRegion | (addr: int64, len: int64): int64 | std.hardware.pci_vfio |
PdfAddCheckbox | (doc: int64, page: int64, pos: int64, size100: int64, name: pchar, checked: int64): int64 | std.pdf.forms |
PdfAddComboBox | (doc: int64, page: int64, pos: int64, size: int64, name: pchar): int64 | std.pdf.forms |
PdfAddImage | (doc: int64, data: int64, pw: int64, ph: int64, channels: int64): int64 | std.pdf.image |
PdfAddImageFile | (doc: int64, path: pchar): int64 | std.pdf.imagefile |
PdfAddLayer | (doc: int64, name: pchar): int64 | std.pdf.layer |
PdfAddLink | (doc: int64, page: int64, x1: f64, y1: f64, x2: f64, y2: f64): int64 | std.pdf.annot |
PdfAddLinkGoto | (doc: int64, page: int64, x1: f64, y1: f64, x2: f64, y2: f64): int64 | std.pdf.annot |
PdfAddNamedDest | (doc: int64, name: pchar, pageIdx: int64): int64 | std.pdf.namedest |
PdfAddNote | (doc: int64, page: int64, x: f64, y: f64, title: pchar, content: pchar): int64 | std.pdf.annot |
PdfAddPage | (doc: int64, w: f64, h: f64): int64 | std.pdf.page |
PdfAddPageSized | (doc: int64, width: f64, height: f64): int64 | std.pdf.page |
PdfAddRadioButton | (doc: int64, page: int64, pos: int64, size100: int64, groupName: pchar, value: pchar): int64 | std.pdf.forms |
PdfAddTextField | (doc: int64, page: int64, pos: int64, size: int64, name: pchar, defaultValue: pchar): int64 | std.pdf.forms |
PdfAttachFile | (doc: int64, filename: pchar, data: int64, dataLen: int64): int64 | std.pdf.attach |
PdfBeginXObject | (doc: int64, w: f64, h: f64): int64 | std.pdf.xobject |
pdfByte | (buf: int64, pos: int64, b: int64): int64 | std.pdf.objects |
pdfBytes | (buf: int64, pos: int64, src: int64, n: int64): int64 | std.pdf.objects |
PdfCharWidth | (fontId: int64, c: int64): int64 | std.pdf.fonts |
PdfCircle | (doc: int64, page: int64, cx: f64, cy: f64, r: f64): void | std.pdf.graphics |
PdfClip | (doc: int64, page: int64): void | std.pdf.graphics |
PdfClose | (rdr: int64): void | std.pdf.reader |
PdfClosePath | (doc: int64, page: int64): void | std.pdf.graphics |
PdfComboAddItem | (doc: int64, fieldId: int64, item: pchar): void | std.pdf.forms |
PdfContentAppendBytes | (doc: int64, pageIdx: int64, data: int64, len: int64): int64 | std.pdf.builder |
PdfContentAppendStr | (doc: int64, pageIdx: int64, s: pchar): int64 | std.pdf.builder |
PdfContentEnsure | (doc: int64, pageIdx: int64, needed: int64): int64 | std.pdf.builder |
PdfCurveTo | (doc: int64, page: int64, x1: f64, y1: f64, x2: f64, y2: f64, x3: f64, y3: f64): void | std.pdf.graphics |
PdfDefineSpotColor | (doc: int64, name: pchar, c100: int64, m100: int64, y100: int64, k100: int64): int64 | std.pdf.spot |
PdfDrawImage | (doc: int64, page: int64, imgIdx: int64, x: f64, y: f64, wPts: f64, hPts: f64): void | std.pdf.image |
PdfDrawXObject | (doc: int64, page: int64, xobj: int64, x: f64, y: f64): void | std.pdf.xobject |
PdfDrawXObjectScaled | (doc: int64, page: int64, xobj: int64, x100: int64, y100: int64, scale100: int64): void | std.pdf.xobject |
PdfEllipse | (doc: int64, page: int64, cx: f64, cy: f64, rx: f64, ry: f64): void | std.pdf.graphics |
PdfEndXObject | (doc: int64, xobj: int64): void | std.pdf.xobject |
PdfFill | (doc: int64, page: int64): void | std.pdf.graphics |
PdfFillStroke | (doc: int64, page: int64): void | std.pdf.graphics |
PdfFinalizeFont | (doc: int64, fontId: int64): void | std.pdf.ttfont |
PdfFlattenForms | (doc: int64): void | std.pdf.forms |
pdfFontName | (idx: int64): pchar | std.pdf.objects |
PdfFree | (doc: int64): void | std.pdf.builder |
PdfGenerateXMP | (doc: int64): void | std.pdf.xmp |
PdfImportPage | (dst: int64, src: int64, srcPageIdx: int64): int64 | std.pdf.reader |
pdfInt | (buf: int64, pos: int64, v: int64): int64 | std.pdf.objects |
pdfIntPadded | (buf: int64, pos: int64, v: int64, width: int64): int64 | std.pdf.objects |
PdfLayerBegin | (doc: int64, page: int64, layerIdx: int64): void | std.pdf.layer |
PdfLayerEnd | (doc: int64, page: int64): void | std.pdf.layer |
PdfLayerSetVisible | (doc: int64, layerIdx: int64, visible: int64): void | std.pdf.layer |
PdfLinearGradient | (doc: int64, page: int64, p0: int64, p1: int64, c0: int64, c1: int64): void | std.pdf.shading |
PdfLineTo | (doc: int64, page: int64, x: f64, y: f64): void | std.pdf.graphics |
PdfLinkSetGoto | (doc: int64, annotIdx: int64, destPage: int64): void | std.pdf.annot |
PdfLinkSetURI | (doc: int64, annotIdx: int64, url: pchar): void | std.pdf.annot |
pdfLiteralStr | (buf: int64, pos: int64, s: pchar): int64 | std.pdf.objects |
PdfLoadFont | (doc: int64, path: pchar): int64 | std.pdf.ttfont |
PdfMergeAll | (dst: int64, src: int64): void | std.pdf.reader |
PdfMoveTo | (doc: int64, page: int64, x: f64, y: f64): void | std.pdf.graphics |
pdfName | (buf: int64, pos: int64, name: pchar): int64 | std.pdf.objects |
PdfNew | (): int64 | std.pdf.builder |
pdfObjFtr | (buf: int64, pos: int64): int64 | std.pdf.objects |
pdfObjHdr | (buf: int64, pos: int64, id: int64): int64 | std.pdf.objects |
PdfOpen | (path: pchar): int64 | std.pdf.reader |
PdfOutlineAdd | (doc: int64, parentIdx: int64, title: pchar, destPage: int64): int64 | std.pdf.outline |
PdfPackColor | (r100: int64, g100: int64, b100: int64): int64 | std.pdf.shading |
PdfPackCoords | (x100: int64, y100: int64): int64 | std.pdf.shading |
PdfPageCount | (doc: int64): int64 | std.pdf.builder |
PdfRadialGradient | (doc: int64, page: int64, center: int64, radii: int64, c0: int64, c1: int64): void | std.pdf.shading |
PdfRdrExtractText | (rdr: int64, pageIdx: int64, buf: int64, maxLen: int64): void | std.pdf.reader |
PdfRdrGetAuthor | (rdr: int64, buf: int64, maxLen: int64): void | std.pdf.reader |
PdfRdrGetCreator | (rdr: int64, buf: int64, maxLen: int64): void | std.pdf.reader |
PdfRdrGetKeywords | (rdr: int64, buf: int64, maxLen: int64): void | std.pdf.reader |
PdfRdrGetProducer | (rdr: int64, buf: int64, maxLen: int64): void | std.pdf.reader |
PdfRdrGetSubject | (rdr: int64, buf: int64, maxLen: int64): void | std.pdf.reader |
PdfRdrGetTitle | (rdr: int64, buf: int64, maxLen: int64): void | std.pdf.reader |
PdfRdrPageCount | (rdr: int64): int64 | std.pdf.reader |
pdfReal | (buf: int64, pos: int64, v: f64): int64 | std.pdf.objects |
pdfReal100 | (buf: int64, pos: int64, v100: int64): int64 | std.pdf.objects |
PdfRect | (doc: int64, page: int64, x: f64, y: f64, w: f64, h: f64): void | std.pdf.graphics |
pdfRef | (buf: int64, pos: int64, id: int64): int64 | std.pdf.objects |
PdfRestoreState | (doc: int64, page: int64): void | std.pdf.graphics |
PdfRotate | (doc: int64, page: int64, angle: f64): void | std.pdf.graphics |
PdfSave | (doc: int64, path: pchar): int64 | std.pdf.builder |
PdfSaveState | (doc: int64, page: int64): void | std.pdf.graphics |
PdfScale | (doc: int64, page: int64, sx: f64, sy: f64): void | std.pdf.graphics |
PdfSetAuthor | (doc: int64, author: pchar): void | std.pdf.meta |
PdfSetCompression | (doc: int64, level: int64): void | std.pdf.builder |
PdfSetConformance | (doc: int64, level: int64): void | std.pdf.pdfa |
PdfSetCreator | (doc: int64, creator: pchar): void | std.pdf.meta |
PdfSetDash | (doc: int64, page: int64, on: f64, off: f64): void | std.pdf.graphics |
PdfSetEncryption | (doc: int64, encType: int64): void | std.pdf.builder |
PdfSetFillColor | (doc: int64, page: int64, r: f64, g: f64, b: f64): void | std.pdf.graphics |
PdfSetFillColorCMYK | (doc: int64, page: int64, cc: f64, mm: f64, yy: f64, kk: f64): void | std.pdf.graphics |
PdfSetFillSpot | (doc: int64, page: int64, spotId: int64, tint: f64): void | std.pdf.spot |
PdfSetFont | (doc: int64, page: int64, fontId: int64, size: f64): void | std.pdf.graphics |
PdfSetFontTT | (doc: int64, page: int64, fontId: int64, size: f64): void | std.pdf.ttfont |
PdfSetKeywords | (doc: int64, keywords: pchar): void | std.pdf.meta |
PdfSetLandscape | (doc: int64, pageIdx: int64): void | std.pdf.page |
PdfSetLineCap | (doc: int64, page: int64, cap: int64): void | std.pdf.graphics |
PdfSetLineJoin | (doc: int64, page: int64, join: int64): void | std.pdf.graphics |
PdfSetLineSpacing | (doc: int64, page: int64, leading: f64): void | std.pdf.graphics |
PdfSetLineWidth | (doc: int64, page: int64, width: f64): void | std.pdf.graphics |
PdfSetOpenAction | (doc: int64, pageIdx: int64): void | std.pdf.viewprefs |
PdfSetOwnerPassword | (doc: int64, pwd: pchar): void | std.pdf.builder |
PdfSetPageLabel | (doc: int64, firstPage: int64, style: int64, prefix: pchar, startNum: int64): int64 | std.pdf.pagelabels |
PdfSetPageRotation | (doc: int64, pageIdx: int64, degrees: int64): void | std.pdf.page |
PdfSetPageTransition | (doc: int64, pageIdx: int64, transType: int64, dur100: int64): int64 | std.pdf.transition |
PdfSetPermissions | (doc: int64, flags: int64): void | std.pdf.builder |
PdfSetProducer | (doc: int64, producer: pchar): void | std.pdf.meta |
PdfSetStrokeColor | (doc: int64, page: int64, r: f64, g: f64, b: f64): void | std.pdf.graphics |
PdfSetStrokeColorCMYK | (doc: int64, page: int64, cc: f64, mm: f64, yy: f64, kk: f64): void | std.pdf.graphics |
PdfSetStrokeSpot | (doc: int64, page: int64, spotId: int64, tint: f64): void | std.pdf.spot |
PdfSetSubject | (doc: int64, subject: pchar): void | std.pdf.meta |
PdfSetTextColor | (doc: int64, page: int64, r: f64, g: f64, b: f64): void | std.pdf.graphics |
PdfSetTitle | (doc: int64, title: pchar): void | std.pdf.meta |
PdfSetUserPassword | (doc: int64, pwd: pchar): void | std.pdf.builder |
PdfSetViewerFlags | (doc: int64, flags: int64): void | std.pdf.viewprefs |
PdfSetXMP | (doc: int64, xmpXml: int64, len: int64): void | std.pdf.xmp |
pdfSignedReal100 | (buf: int64, pos: int64, v100: int64): int64 | std.pdf.objects |
pdfStr | (buf: int64, pos: int64, s: pchar): int64 | std.pdf.objects |
PdfStroke | (doc: int64, page: int64): void | std.pdf.graphics |
PdfTextAt | (doc: int64, page: int64, x: f64, y: f64, text: pchar): void | std.pdf.graphics |
PdfTextAtUTF8 | (doc: int64, page: int64, x: f64, y: f64, text: pchar): void | std.pdf.ttfont |
PdfTextBlock | (doc: int64, page: int64, x: f64, y: f64, width: f64, text: pchar): void | std.pdf.graphics |
PdfTextWidth | (doc: int64, fontId: int64, size: f64, text: pchar): f64 | std.pdf.fonts |
PdfTranslate | (doc: int64, page: int64, tx: f64, ty: f64): void | std.pdf.graphics |
pdfXBuf | (doc: int64, pg: int64): int64 | std.pdf.builder |
pdfXFontIdx | (doc: int64, pg: int64): int64 | std.pdf.builder |
pdfXFontMask | (doc: int64, pg: int64): int64 | std.pdf.builder |
pdfXFontSize100 | (doc: int64, pg: int64): int64 | std.pdf.builder |
pdfXPos | (doc: int64, pg: int64): int64 | std.pdf.builder |
pdfXrefEntry | (buf: int64, pos: int64, offset: int64, gen: int64, free: bool): int64 | std.pdf.objects |
pdfXSetFontIdx | (doc: int64, pg: int64, idx: int64): void | std.pdf.builder |
pdfXSetFontMask | (doc: int64, pg: int64, mask: int64): void | std.pdf.builder |
pdfXSetFontSize100 | (doc: int64, pg: int64, sz: int64): void | std.pdf.builder |
pdfXSetPos | (doc: int64, pg: int64, p: int64): void | std.pdf.builder |
pdfXSetTextColor | (doc: int64, pg: int64, color: int64): void | std.pdf.builder |
pdfXTextColor | (doc: int64, pg: int64): int64 | std.pdf.builder |
Percentage64 | (value: int64, total: int64): int64 | std.stats |
PerfCount | (type_: int64, config: int64): int64 | std.debug |
PerfDisable | (fd: int64): int64 | std.debug |
PerfEnable | (fd: int64): int64 | std.debug |
PerfEventOpen | (attr: int64, pid: int64, cpu: int64, groupFd: int64, flags: int64): int64 | std.debug |
PerfRead | (fd: int64): int64 | std.debug |
PerfReset | (fd: int64): int64 | std.debug |
PGAffectedRows | (result: int64): int64 | std.db.postgres |
PGBackendPID | (conn: int64): int64 | std.db.postgres |
PGBegin | (conn: int64): int64 | std.db.postgres |
PGBeginReadOnly | (conn: int64): int64 | std.db.postgres |
PGBeginSerializable | (conn: int64): int64 | std.db.postgres |
PGBindBool | (stmt: int64, i: int64, v: int64): void | std.db.postgres |
PGBindFloat | (stmt: int64, i: int64, v: f64): void | std.db.postgres |
PGBindInt | (stmt: int64, i: int64, v: int64): void | std.db.postgres |
PGBindNull | (stmt: int64, i: int64): void | std.db.postgres |
PGBindStr | (stmt: int64, i: int64, v: pchar): void | std.db.postgres |
pgBufAppend16BE | (b: int64, v: int64): void | std.db.postgres |
pgBufAppend32BE | (b: int64, v: int64): void | std.db.postgres |
pgBufAppend8 | (b: int64, v: int64): void | std.db.postgres |
pgBufAppendBytes | (b: int64, src: int64, n: int64): void | std.db.postgres |
pgBufAppendStr | (b: int64, s: pchar): void | std.db.postgres |
pgBufData | (b: int64): int64 | std.db.postgres |
pgBufFree | (b: int64): void | std.db.postgres |
pgBufLen | (b: int64): int64 | std.db.postgres |
pgBufNew | (): int64 | std.db.postgres |
pgBufReset | (b: int64): void | std.db.postgres |
PGChanges | (conn: int64): int64 | std.db.postgres |
PGClose | (conn: int64): void | std.db.postgres |
PGColumnExists | (conn: int64, table: pchar, column: pchar): int64 | std.db.postgres |
PGCommit | (conn: int64): int64 | std.db.postgres |
PGConnect | (host: pchar, port: int64, user: pchar, password: pchar, database: pchar): int64 | std.db.postgres |
pgConnMsgBuf | (conn: int64): int64 | std.db.postgres |
PGCopyAbort | (conn: int64, errmsg: pchar): int64 | std.db.postgres |
PGCopyBegin | (conn: int64, table: pchar, columns: pchar): int64 | std.db.postgres |
PGCopyEnd | (conn: int64): int64 | std.db.postgres |
PGCopyRow | (conn: int64, values: int64, count: int64): int64 | std.db.postgres |
pgCsvEscape | (dst: int64, src: pchar): int64 | std.db.postgres |
PGDataSeek | (result: int64, row: int64): void | std.db.postgres |
PGDropTable | (conn: int64, table: pchar): int64 | std.db.postgres |
PGErrno | (conn: int64): int64 | std.db.postgres |
PGError | (conn: int64): pchar | std.db.postgres |
pgErrorField | (payload: int64, payloadLen: int64, fieldType: int64): int64 | std.db.postgres |
PGEscapeStr | (dst: int64, src: pchar): int64 | std.db.postgres |
PGFetchRow | (result: int64): int64 | std.db.postgres |
pgFormatInt64 | (val: int64, buf: int64): int64 | std.db.postgres |
pgFreeMsg | (buf: int64, len: int64): void | std.db.postgres |
PGFreeNotification | (notif: int64): void | std.db.postgres |
PGFreeResult | (result: int64): void | std.db.postgres |
PGGetBool | (result: int64, col: int64): int64 | std.db.postgres |
PGGetDatabase | (conn: int64): pchar | std.db.postgres |
PGGetFieldName | (result: int64, col: int64): pchar | std.db.postgres |
PGGetFieldTypeOid | (result: int64, col: int64): int64 | std.db.postgres |
PGGetFloat | (result: int64, col: int64): f64 | std.db.postgres |
PGGetHost | (conn: int64): pchar | std.db.postgres |
PGGetInt | (result: int64, col: int64): int64 | std.db.postgres |
PGGetNotification | (conn: int64): int64 | std.db.postgres |
PGGetPort | (conn: int64): int64 | std.db.postgres |
PGGetStr | (result: int64, col: int64): pchar | std.db.postgres |
PGGetTxStatus | (conn: int64): int64 | std.db.postgres |
PGGetUser | (conn: int64): pchar | std.db.postgres |
pgHandleParamStatus | (c: int64, payload: int64, payloadLen: int64): void | std.db.postgres |
pgHandshake | (conn: int64, user: pchar, password: pchar, database: pchar): int64 | std.db.postgres |
PGInTransaction | (conn: int64): int64 | std.db.postgres |
PGIsConnected | (conn: int64): int64 | std.db.postgres |
PGIsNull | (result: int64, row: int64, col: int64): int64 | std.db.postgres |
PGLastInsertId | (conn: int64): int64 | std.db.postgres |
PGListen | (conn: int64, channel: pchar): int64 | std.db.postgres |
pgMD5AuthResponse | (password: pchar, user: pchar, salt: int64, out: int64): void | std.db.postgres |
PGNotifChannel | (notif: int64): pchar | std.db.postgres |
PGNotifPayload | (notif: int64): pchar | std.db.postgres |
PGNotifPid | (notif: int64): int64 | std.db.postgres |
PGNotify | (conn: int64, channel: pchar, payload: pchar): int64 | std.db.postgres |
PGNumFields | (result: int64): int64 | std.db.postgres |
PGNumRows | (result: int64): int64 | std.db.postgres |
PgpArmorDecode | (arm: int64, armLen: int64, out: int64, outMax: int64): int64 | std.pgp.armor |
PgpArmorEncode | (data: int64, dataLen: int64, tp: int64, out: int64, outMax: int64): int64 | std.pgp.armor |
PgpArmorEncodedLen | (dataLen: int64, tp: int64): int64 | std.pgp.armor |
PgpArmorType | (arm: int64, armLen: int64): int64 | std.pgp.armor |
PgpCrc24 | (data: int64, len: int64): int64 | std.pgp.core |
PGPing | (conn: int64): int64 | std.db.postgres |
PgpKeyAlgo | (body: int64, blen: int64): int64 | std.pgp.key |
PgpKeyFingerprint | (body: int64, blen: int64, out: int64): int64 | std.pgp.key |
PgpKeyId | (body: int64, blen: int64, out: int64): int64 | std.pgp.key |
PgpKeyTimestamp | (body: int64, blen: int64): int64 | std.pgp.key |
PgpKeyVersion | (body: int64, blen: int64): int64 | std.pgp.key |
PGPoolAcquire | (pg: int64, host: pchar, port: int64, user: pchar, password: pchar, database: pchar): int64 | std.db.postgres |
PGPoolCreate | (size: int64): int64 | std.db.postgres |
PGPoolDestroy | (pg: int64): void | std.db.postgres |
PGPoolRelease | (pg: int64, conn: int64): void | std.db.postgres |
PgpPacketFirst | (buf: int64, len: int64, pkt: int64): int64 | std.pgp.packet |
PgpPacketNext | (buf: int64, len: int64, pkt: int64): int64 | std.pgp.packet |
pgProbe | (host: pchar, port: int64, user: pchar, database: pchar): int64 | std.db.postgres |
PGQuery | (conn: int64, sql: pchar): int64 | std.db.postgres |
pgReadInt16BE | (buf: int64, off: int64): int64 | std.db.postgres |
pgReadInt32BE | (buf: int64, off: int64): int64 | std.db.postgres |
pgRecvMsg | (fd: int64, outType: int64, outBuf: int64, outLen: int64): int64 | std.db.postgres |
pgRecvRaw | (fd: int64, buf: int64, len: int64): int64 | std.db.postgres |
PGReleaseSavepoint | (conn: int64, name: pchar): int64 | std.db.postgres |
PGRollback | (conn: int64): int64 | std.db.postgres |
PGRollbackTo | (conn: int64, name: pchar): int64 | std.db.postgres |
PGSavepoint | (conn: int64, name: pchar): int64 | std.db.postgres |
pgSendMsg | (fd: int64, msgType: int64, payload: int64, payloadLen: int64): int64 | std.db.postgres |
pgSendMsgBuf | (fd: int64, msgType: int64, b: int64): int64 | std.db.postgres |
pgSendPassword | (fd: int64, password: int64): int64 | std.db.postgres |
pgSendRaw | (fd: int64, buf: int64, len: int64): int64 | std.db.postgres |
pgSendStartup | (fd: int64, user: pchar, database: pchar): int64 | std.db.postgres |
PGServerVersion | (conn: int64): pchar | std.db.postgres |
PGSetAutoCommit | (conn: int64, on: int64): int64 | std.db.postgres |
pgSkipUntil | (fd: int64, stopType: int64, outBuf: int64, outLen: int64): int64 | std.db.postgres |
PGStmtClose | (conn: int64, name: pchar): void | std.db.postgres |
PGStmtDescribe | (conn: int64, name: pchar): int64 | std.db.postgres |
PGStmtExecute | (conn: int64, stmt: int64): int64 | std.db.postgres |
PGStmtFree | (stmt: int64): void | std.db.postgres |
PGStmtPrepare | (conn: int64, name: pchar, sql: pchar): int64 | std.db.postgres |
PGStmtReset | (stmt: int64): void | std.db.postgres |
PGTableExists | (conn: int64, table: pchar): int64 | std.db.postgres |
pgTCPConnect | (host: pchar, port: int64): int64 | std.db.postgres |
PGTxFailed | (conn: int64): int64 | std.db.postgres |
PGUnlisten | (conn: int64, channel: pchar): int64 | std.db.postgres |
PGWaitNotification | (conn: int64, timeout_ms: int64): int64 | std.db.postgres |
pgWriteInt16BE | (buf: int64, off: int64, v: int64): void | std.db.postgres |
pgWriteInt32BE | (buf: int64, off: int64, v: int64): void | std.db.postgres |
Pi | (): f64 | std.math |
PidFdGetFd | (pidfd: int64, targetFd: int64): int64 | std.ns |
PidFdOpen | (pid: int64, flags: int64): int64 | std.ns |
PidFdSendSignal | (pidfd: int64, sig: int64): int64 | std.ns |
Pipe2 | (readFdOut: int64, writeFdOut: int64, flags: int64): int64 | std.pipe |
PipeCreate | (readFdOut: int64, writeFdOut: int64): int64 | std.pipe |
PlayMP3 | (path: pchar): int64 | std.audio.playback |
PlayWAV | (path: pchar): int64 | std.audio.playback |
PngDecode | (buf: int64, len: int64, img: int64): int64 | std.image.png |
PngDecodeFile | (path: int64, plen: int64, img: int64): int64 | std.image.png |
PngEncode | (img: int64, outBuf: int64, maxLen: int64): int64 | std.image.png |
PointAdd | (a: TPoint, b: TPoint): TPoint | std.lyxvision.types |
PointEqual | (a: TPoint, b: TPoint): bool | std.lyxvision.types |
PointNew | (x: int64, y: int64): TPoint | std.lyxvision.types |
PointSub | (a: TPoint, b: TPoint): TPoint | std.lyxvision.types |
PointZero | (): TPoint | std.lyxvision.types |
Poll | (fds: int64, nfds: int64, timeoutMs: int64): int64 | std.net.syscalls |
PollFDError | (fds: int64, index: int64): bool | std.net.socket |
PollFDReadable | (fds: int64, index: int64): bool | std.net.socket |
PollFDWritable | (fds: int64, index: int64): bool | std.net.socket |
PoolCreate | (c: CFClient, accountId: pchar, name: pchar, description: pchar, originsJson: pchar, originsLen: int64, monitorId: pchar, minOrigins: int64): CFPool | std.cloud.cf.lb |
PoolDelete | (c: CFClient, accountId: pchar, poolId: pchar): int64 | std.cloud.cf.lb |
PoolGet | (c: CFClient, accountId: pchar, poolId: pchar): CFPool | std.cloud.cf.lb |
PoolHealthGet | (c: CFClient, accountId: pchar, poolId: pchar): int64 | std.cloud.cf.lb |
PoolList | (c: CFClient, accountId: pchar): int64 | std.cloud.cf.lb |
PopCount | (x: int64): int64 | std.math |
PowF64 | (base: f64, exp: f64): f64 | std.math |
PQCCTLen | (alg: int64): int64 | std.crypto.pqc.pqc |
PQCDecapsulate | (kp: int64, ct: int64, ssOut: int64): int64 | std.crypto.pqc.pqc |
PQCEncapsulate | (kp: int64, ctOut: int64, ssOut: int64): int64 | std.crypto.pqc.pqc |
PQCExportPublicKey | (kp: int64, out: int64): int64 | std.crypto.pqc.pqc |
PQCExportSecretKey | (kp: int64, out: int64): int64 | std.crypto.pqc.pqc |
PQCFreeKeyPair | (kp: int64): void | std.crypto.pqc.pqc |
PQCGetAlgorithm | (kp: int64): int64 | std.crypto.pqc.pqc |
PQCGetPublicKey | (kp: int64): int64 | std.crypto.pqc.pqc |
PQCGetPublicKeyLen | (kp: int64): int64 | std.crypto.pqc.pqc |
PQCGetSecretKey | (kp: int64): int64 | std.crypto.pqc.pqc |
PQCGetSecretKeyLen | (kp: int64): int64 | std.crypto.pqc.pqc |
PQCImportPublicKey | (alg: int64, data: int64, len: int64): int64 | std.crypto.pqc.pqc |
PQCKeyGen | (alg: int64): int64 | std.crypto.pqc.pqc |
PQCKeyGenFromSeed | (alg: int64, seed: int64): int64 | std.crypto.pqc.pqc |
PQCPublicKeyLen | (alg: int64): int64 | std.crypto.pqc.pqc |
PQCSecretKeyLen | (alg: int64): int64 | std.crypto.pqc.pqc |
PQCSeedSize | (alg: int64): int64 | std.crypto.pqc.pqc |
PQCSigLen | (alg: int64): int64 | std.crypto.pqc.pqc |
PQCSign | (kp: int64, msg: int64, msgLen: int64, sigOut: int64): int64 | std.crypto.pqc.pqc |
PQCVerify | (kp: int64, msg: int64, msgLen: int64, sig: int64, sigLen: int64): int64 | std.crypto.pqc.pqc |
PRead | (fd: int64, buf: int64, n: int64, off: int64): int64 | std.fs_ext |
PrettyPrint | (input: pchar, output: pchar, indentSize: int64): int64 | std.xml |
PrimeCoprime | (a: int64, b: int64): bool | std.prime |
PrimeIsPrime | (n: int64, rounds: int64): bool | std.prime |
PrimeIsPrimeCertain | (n: int64): bool | std.prime |
PrimeIsPrimeWithBases | (n: int64, bases: int64, count: int64): bool | std.prime |
PrimeIsWitness | (n: int64, base: int64): bool | std.prime |
PrimeNext | (n: int64, rounds: int64, out: int64): bool | std.prime |
PrimeSmall | (i: int64): int64 | std.prime |
PrimeTrialDivide | (n: int64): int64 | std.prime |
Print | (s: pchar): void | std.io |
PrintBoolLn | (b: bool): void | std.io |
PrintCh | (ch: int64): void | std.lyxvision.consts |
PrintfB | (fmt: pchar, a1: bool): int64 | std.io |
PrintfF | (fmt: pchar, a1: f64): int64 | std.io |
PrintfFF | (fmt: pchar, a1: f64, a2: f64): int64 | std.io |
PrintfFFF | (fmt: pchar, a1: f64, a2: f64, a3: f64): int64 | std.io |
PrintfI | (fmt: pchar, a1: int64): int64 | std.io |
PrintfIF | (fmt: pchar, a1: int64, a2: f64): int64 | std.io |
PrintfII | (fmt: pchar, a1: int64, a2: int64): int64 | std.io |
PrintfIII | (fmt: pchar, a1: int64, a2: int64, a3: int64): int64 | std.io |
PrintfIIII | (fmt: pchar, a1: int64, a2: int64, a3: int64, a4: int64): int64 | std.io |
PrintfIS | (fmt: pchar, a1: int64, a2: pchar): int64 | std.io |
PrintfISI | (fmt: pchar, a1: int64, a2: pchar, a3: int64): int64 | std.io |
PrintfISIF | (fmt: pchar, a1: int64, a2: pchar, a3: int64, a4: f64): int64 | std.io |
PrintFloatLn | (x: f64): void | std.io |
PrintfS | (fmt: pchar, a1: pchar): int64 | std.io |
PrintfSI | (fmt: pchar, a1: pchar, a2: int64): int64 | std.io |
PrintfSIS | (fmt: pchar, a1: pchar, a2: int64, a3: pchar): int64 | std.io |
PrintfSS | (fmt: pchar, a1: pchar, a2: pchar): int64 | std.io |
PrintfSSS | (fmt: pchar, a1: pchar, a2: pchar, a3: pchar): int64 | std.io |
PrintfSSSS | (fmt: pchar, a1: pchar, a2: pchar, a3: pchar, a4: pchar): int64 | std.io |
PrintIntLn | (n: int64): void | std.io |
PrintStrLn | (s: pchar): void | std.io |
ProbBeta | (a: f64, b: f64): f64 | std.prob |
ProbBetaI | (a: f64, b: f64, x: f64): f64 | std.prob |
ProbBinomialCdf | (k: int64, n: int64, p: f64): f64 | std.prob |
ProbBinomialPmf | (k: int64, n: int64, p: f64): f64 | std.prob |
ProbBinomialQuantile | (q: f64, n: int64, p: f64): int64 | std.prob |
ProbChiSqCdf | (x: f64, df: f64): f64 | std.prob |
ProbChiSqGof | (observed: int64, expected: int64, n: int64, estimated: int64, outChi2: int64, outDf: int64): f64 | std.prob |
ProbChiSqMinExpected | (expected: int64, n: int64): f64 | std.prob |
ProbChiSqPdf | (x: f64, df: f64): f64 | std.prob |
ProbChiSqPUpper | (x: f64, df: f64): f64 | std.prob |
ProbChiSqQuantile | (p: f64, df: f64): f64 | std.prob |
ProbConfIntervalMean | (data: int64, n: int64, conf: f64, outLo: int64, outHi: int64): bool | std.prob |
ProbCorrelation | (x: int64, y: int64, n: int64): f64 | std.prob |
ProbCovariance | (x: int64, y: int64, n: int64): f64 | std.prob |
ProbErf | (x: f64): f64 | std.prob |
ProbErfc | (x: f64): f64 | std.prob |
ProbExponentialCdf | (x: f64, lambda: f64): f64 | std.prob |
ProbExponentialPdf | (x: f64, lambda: f64): f64 | std.prob |
ProbExponentialQuantile | (p: f64, lambda: f64): f64 | std.prob |
ProbFCdf | (x: f64, d1: f64, d2: f64): f64 | std.prob |
ProbFillNormal | (out: int64, n: int64, mu: f64, sigma: f64): void | std.prob |
ProbFillUniform | (out: int64, n: int64, a: f64, b: f64): void | std.prob |
ProbFPdf | (x: f64, d1: f64, d2: f64): f64 | std.prob |
ProbFQuantile | (p: f64, d1: f64, d2: f64): f64 | std.prob |
ProbGamma | (x: f64): f64 | std.prob |
ProbGammaP | (a: f64, x: f64): f64 | std.prob |
ProbGammaQ | (a: f64, x: f64): f64 | std.prob |
ProbIQR | (data: int64, n: int64): f64 | std.prob |
ProbKurtosisExcess | (data: int64, n: int64): f64 | std.prob |
ProbLinRegress | (x: int64, y: int64, n: int64, outSlope: int64, outIntercept: int64, outR2: int64): bool | std.prob |
ProbLogBinom | (n: int64, k: int64): f64 | std.prob |
ProbLogGamma | (x: f64): f64 | std.prob |
ProbLogNormalCdf | (x: f64, mu: f64, sigma: f64): f64 | std.prob |
ProbLogNormalPdf | (x: f64, mu: f64, sigma: f64): f64 | std.prob |
ProbLogNormalQuantile | (p: f64, mu: f64, sigma: f64): f64 | std.prob |
ProbMax | (data: int64, n: int64): f64 | std.prob |
ProbMean | (data: int64, n: int64): f64 | std.prob |
ProbMedian | (data: int64, n: int64): f64 | std.prob |
ProbMin | (data: int64, n: int64): f64 | std.prob |
ProbNormalCdf | (x: f64, mu: f64, sigma: f64): f64 | std.prob |
ProbNormalPdf | (x: f64, mu: f64, sigma: f64): f64 | std.prob |
ProbNormalQuantile | (p: f64, mu: f64, sigma: f64): f64 | std.prob |
ProbPoissonCdf | (k: int64, lambda: f64): f64 | std.prob |
ProbPoissonPmf | (k: int64, lambda: f64): f64 | std.prob |
ProbPoissonQuantile | (q: f64, lambda: f64): int64 | std.prob |
ProbQuantile | (data: int64, n: int64, p: f64): f64 | std.prob |
ProbRandBinomial | (n: int64, p: f64): int64 | std.prob |
ProbRandBits | (): int64 | std.prob |
ProbRandExponential | (lambda: f64): f64 | std.prob |
ProbRandInt | (lo: int64, hi: int64): int64 | std.prob |
ProbRandNormal | (mu: f64, sigma: f64): f64 | std.prob |
ProbRandPoisson | (lambda: f64): int64 | std.prob |
ProbRandRange | (a: f64, b: f64): f64 | std.prob |
ProbRandUniform | (): f64 | std.prob |
ProbRange | (data: int64, n: int64): f64 | std.prob |
ProbSeed | (seed: int64): void | std.prob |
ProbShuffle | (data: int64, n: int64): void | std.prob |
ProbSkewness | (data: int64, n: int64): f64 | std.prob |
ProbSortF64 | (data: int64, n: int64): void | std.prob |
ProbStandardError | (data: int64, n: int64): f64 | std.prob |
ProbStdDevP | (data: int64, n: int64): f64 | std.prob |
ProbStdDevS | (data: int64, n: int64): f64 | std.prob |
ProbStudentTCdf | (x: f64, df: f64): f64 | std.prob |
ProbStudentTPdf | (x: f64, df: f64): f64 | std.prob |
ProbStudentTPTwoSided | (t: f64, df: f64): f64 | std.prob |
ProbStudentTQuantile | (p: f64, df: f64): f64 | std.prob |
ProbSum | (data: int64, n: int64): f64 | std.prob |
ProbTTestOneSample | (data: int64, n: int64, mu0: f64, outT: int64, outDf: int64): f64 | std.prob |
ProbTTestTwoSample | (x: int64, nx: int64, y: int64, ny: int64, outT: int64, outDf: int64): f64 | std.prob |
ProbUniformCdf | (x: f64, a: f64, b: f64): f64 | std.prob |
ProbUniformPdf | (x: f64, a: f64, b: f64): f64 | std.prob |
ProbUniformQuantile | (p: f64, a: f64, b: f64): f64 | std.prob |
ProbVarianceP | (data: int64, n: int64): f64 | std.prob |
ProbVarianceS | (data: int64, n: int64): f64 | std.prob |
ProbZScores | (data: int64, n: int64, out: int64): bool | std.prob |
proc_kill | (pid: int64, sig: int64): int64 | std.process |
ProcessGetDumpable | (): int64 | std.security_ext |
ProcessGetName | (outBuf: int64): int64 | std.security_ext |
ProcessGetNoNewPrivs | (): int64 | std.security_ext |
ProcessSetDumpable | (val: int64): int64 | std.security_ext |
ProcessSetName | (name: pchar): int64 | std.security_ext |
ProcessSetNoNewPrivs | (): int64 | std.security_ext |
ProgramDone | (p: TProgram): TProgram | std.lyxvision.app |
ProgramDraw | (p: TProgram): TProgram | std.lyxvision.app |
ProgramExecuteDialog | (p: TProgram, dlg: TDialog): int64 | std.lyxvision.app |
ProgramGetDesktop | (p: TProgram): int64 | std.lyxvision.app |
ProgramGetReturnCode | (p: TProgram): int64 | std.lyxvision.app |
ProgramInit | (p: TProgram): TProgram | std.lyxvision.app |
ProgramInsertDesktop | (p: TProgram, viewPtr: int64): TProgram | std.lyxvision.app |
ProgramIsRunning | (p: TProgram): bool | std.lyxvision.app |
ProgramNew | (): TProgram | std.lyxvision.app |
ProgramRun | (p: TProgram): TProgram | std.lyxvision.app |
ProgramSetReturnCode | (p: TProgram, code: int64): TProgram | std.lyxvision.app |
ProgramStop | (p: TProgram): TProgram | std.lyxvision.app |
pthread_cond_broadcast | (cond: int64): int64 | std.thread |
pthread_cond_destroy | (cond: int64): int64 | std.thread |
pthread_cond_init | (cond: int64, attr: int64): int64 | std.thread |
pthread_cond_signal | (cond: int64): int64 | std.thread |
pthread_cond_wait | (cond: int64, mutex: int64): int64 | std.thread |
pthread_exit | (code: int64): void | std.thread |
pthread_getspecific | (key: int64): int64 | std.thread |
pthread_key_create | (key: int64, destructor: int64): int64 | std.thread |
pthread_key_delete | (key: int64): int64 | std.thread |
pthread_mutex_destroy | (mutex: int64): int64 | std.thread |
pthread_mutex_init | (mutex: int64, attr: int64): int64 | std.thread |
pthread_mutex_lock | (mutex: int64): int64 | std.thread |
pthread_mutex_trylock | (mutex: int64): int64 | std.thread |
pthread_mutex_unlock | (mutex: int64): int64 | std.thread |
pthread_setspecific | (key: int64, value: int64): int64 | std.thread |
PtraceAttach | (pid: int64): int64 | std.debug |
PtraceCont | (pid: int64, sig: int64): int64 | std.debug |
PtraceDetach | (pid: int64, sig: int64): int64 | std.debug |
PtraceGetRegs | (pid: int64, regsOut: int64): int64 | std.debug |
PtracePeek | (pid: int64, addr: int64): int64 | std.debug |
PtracePoke | (pid: int64, addr: int64, val: int64): int64 | std.debug |
PtraceSetOptions | (pid: int64, opts: int64): int64 | std.debug |
PtraceSingleStep | (pid: int64): int64 | std.debug |
PtraceTraceme | (): int64 | std.debug |
PubSubAck | (c: PubSubConn, sub: int64, ackIds: int64, ackIdCount: int64): int64 | std.cloud.gcp.pubsub |
PubSubConnect | (creds: GCPCredentials, project: pchar): PubSubConn | std.cloud.gcp.pubsub |
PubSubDisconnect | (c: PubSubConn): void | std.cloud.gcp.pubsub |
PubSubPublish | (c: PubSubConn, topic: int64, data: int64, dataLen: int64): GCPResponse | std.cloud.gcp.pubsub |
PubSubPull | (c: PubSubConn, sub: int64, maxMessages: int64): GCPResponse | std.cloud.gcp.pubsub |
PubSubSubscriptionCreate | (c: PubSubConn, sub: int64, topic: int64, ackDeadline: int64): int64 | std.cloud.gcp.pubsub |
PubSubSubscriptionDelete | (c: PubSubConn, sub: int64): int64 | std.cloud.gcp.pubsub |
PubSubTopicCreate | (c: PubSubConn, topic: int64): int64 | std.cloud.gcp.pubsub |
PubSubTopicDelete | (c: PubSubConn, topic: int64): int64 | std.cloud.gcp.pubsub |
PubSubTopicExists | (c: PubSubConn, topic: int64): int64 | std.cloud.gcp.pubsub |
PutChar | (c: int64): int64 | std.fs |
PWrite | (fd: int64, buf: int64, n: int64, off: int64): int64 | std.fs_ext |
# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z