Home
last modified time | relevance | path

Searched refs:padded (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/sodium/
H A Dlibsodium.c2974 zend_string *padded; in PHP_FUNCTION() local
3007 padded = zend_string_alloc(xpadded_len + 1U, 0); in PHP_FUNCTION()
3013 ZSTR_VAL(padded)[j] = unpadded[i]; in PHP_FUNCTION() local
3032 tail = &ZSTR_VAL(padded)[xpadded_len]; in PHP_FUNCTION()
3042 ZSTR_VAL(padded)[xpadded_len + 1U] = 0; in PHP_FUNCTION() local
3044 RETURN_STR(padded); in PHP_FUNCTION()
3050 char *padded; in PHP_FUNCTION() local
3057 &padded, &padded_len, &blocksize) == FAILURE) { in PHP_FUNCTION()
3075 ret = sodium_unpad(&unpadded_len, (const unsigned char *) padded, in PHP_FUNCTION()
3087 tail = &padded[padded_len - 1U]; in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt69 /* example#7: zero-padded integers */
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2356 # header mainly padded with nul bytes
2377 # header padded with nuls
2805 # image pascal name padded with NULs like Microsoft Mail
10915 # DOS Emulator image is 128 byte, null right padded header + harddisc image
11338 # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
20961 # Map description[20], 0x20 padded
20963 # Map name, continued (0x20 padded, \0 terminated)
21930 >>>>>>>8 ubequad !0x5dee74ad1aa56394 raw G3 (Group 3) FAX, byte-padded
21931 # version 5.25 labeled the entry above "raw G3 data, byte-padded"
31675 # Reserved1; reserved fields and gaps between BLOBs are padded with \0
[all …]
H A Dmagic2356 # header mainly padded with nul bytes
2377 # header padded with nuls
2805 # image pascal name padded with NULs like Microsoft Mail
10915 # DOS Emulator image is 128 byte, null right padded header + harddisc image
11338 # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
20961 # Map description[20], 0x20 padded
20963 # Map name, continued (0x20 padded, \0 terminated)
21930 >>>>>>>8 ubequad !0x5dee74ad1aa56394 raw G3 (Group 3) FAX, byte-padded
21931 # version 5.25 labeled the entry above "raw G3 data, byte-padded"
31675 # Reserved1; reserved fields and gaps between BLOBs are padded with \0
[all …]

Completed in 144 milliseconds