Home
last modified time | relevance | path

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

/php-src/ext/sodium/
H A Dlibsodium.c3246 zend_string *padded; in PHP_FUNCTION() local
3279 padded = zend_string_alloc(xpadded_len + 1U, 0); in PHP_FUNCTION()
3285 ZSTR_VAL(padded)[j] = unpadded[i]; in PHP_FUNCTION() local
3304 tail = &ZSTR_VAL(padded)[xpadded_len]; in PHP_FUNCTION()
3314 ZSTR_VAL(padded)[xpadded_len + 1U] = 0; in PHP_FUNCTION() local
3316 RETURN_STR(padded); in PHP_FUNCTION()
3322 char *padded; in PHP_FUNCTION() local
3329 &padded, &padded_len, &blocksize) == FAILURE) { in PHP_FUNCTION()
3347 ret = sodium_unpad(&unpadded_len, (const unsigned char *) padded, in PHP_FUNCTION()
3359 tail = &padded[padded_len - 1U]; in PHP_FUNCTION()
[all …]
/php-src/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt69 /* example#7: zero-padded integers */
/php-src/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt169 * Or, equivalently... it might not be padded with zeroes (as the RFC requires) */
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2673 # header mainly padded with nul bytes
2703 # header padded with nuls
3235 # ASCII image pascal (maximal 63 bytes) name padded with NULs like:
13031 # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
25401 # Map description[20], 0x20 padded
25403 # Map name, continued (0x20 padded, \0 terminated)
26552 >>>>>>>8 ubequad !0x5dee74ad1aa56394 raw G3 (Group 3) FAX, byte-padded
26553 # version 5.25 labeled the entry above "raw G3 data, byte-padded"
38876 # Reserved1; reserved fields and gaps between BLOBs are padded with \0
38891 # BLOBtype[8] \0-padded: PART, WIM , BOOT, LOAD, DISK
[all …]
H A Dmagic2673 # header mainly padded with nul bytes
2703 # header padded with nuls
3235 # ASCII image pascal (maximal 63 bytes) name padded with NULs like:
13031 # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
25401 # Map description[20], 0x20 padded
25403 # Map name, continued (0x20 padded, \0 terminated)
26552 >>>>>>>8 ubequad !0x5dee74ad1aa56394 raw G3 (Group 3) FAX, byte-padded
26553 # version 5.25 labeled the entry above "raw G3 data, byte-padded"
38876 # Reserved1; reserved fields and gaps between BLOBs are padded with \0
38891 # BLOBtype[8] \0-padded: PART, WIM , BOOT, LOAD, DISK
[all …]

Completed in 193 milliseconds