Searched refs:padded (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/sodium/ |
H A D | libsodium.c | 2974 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 D | sprintf_f_2.phpt | 69 /* example#7: zero-padded integers */
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 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 D | magic | 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 …]
|
Completed in 220 milliseconds