|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | SnP_AddBytes(state, data, offset, length, SnP_AddLanes, SnP_AddBytesInLane, SnP_laneLengthInBytes) |
| #define | SnP_OverwriteBytes(state, data, offset, length, SnP_OverwriteLanes, SnP_OverwriteBytesInLane, SnP_laneLengthInBytes) |
| #define | SnP_ExtractBytes(state, data, offset, length, SnP_ExtractLanes, SnP_ExtractBytesInLane, SnP_laneLengthInBytes) |
| #define | SnP_ExtractAndAddBytes(state, input, output, offset, length, SnP_ExtractAndAddLanes, SnP_ExtractAndAddBytesInLane, SnP_laneLengthInBytes) |
| #define SnP_AddBytes | ( | state, | |
| data, | |||
| offset, | |||
| length, | |||
| SnP_AddLanes, | |||
| SnP_AddBytesInLane, | |||
| SnP_laneLengthInBytes ) |
Definition at line 19 of file SnP-Relaned.h.
| #define SnP_ExtractAndAddBytes | ( | state, | |
| input, | |||
| output, | |||
| offset, | |||
| length, | |||
| SnP_ExtractAndAddLanes, | |||
| SnP_ExtractAndAddBytesInLane, | |||
| SnP_laneLengthInBytes ) |
Definition at line 103 of file SnP-Relaned.h.
| #define SnP_ExtractBytes | ( | state, | |
| data, | |||
| offset, | |||
| length, | |||
| SnP_ExtractLanes, | |||
| SnP_ExtractBytesInLane, | |||
| SnP_laneLengthInBytes ) |
Definition at line 75 of file SnP-Relaned.h.
| #define SnP_OverwriteBytes | ( | state, | |
| data, | |||
| offset, | |||
| length, | |||
| SnP_OverwriteLanes, | |||
| SnP_OverwriteBytesInLane, | |||
| SnP_laneLengthInBytes ) |
Definition at line 47 of file SnP-Relaned.h.