Searched refs:BYTE (Results 1 – 16 of 16) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | php_crypt_r.c | 131 const BYTE magic_md5[4] = "$1$"; in php_md5_crypt_r() 171 if(!CryptHashData(ctx, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r() 181 if(!CryptHashData( ctx, (BYTE *)sp, sl, 0)) { in php_md5_crypt_r() 190 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r() 193 if(!CryptHashData(ctx1, (BYTE *)sp, sl, 0)) { in php_md5_crypt_r() 196 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r() 214 CryptHashData(ctx, (const BYTE *)final, 1, 0); in php_md5_crypt_r() 216 CryptHashData(ctx, (const BYTE *)pw, 1, 0); in php_md5_crypt_r() 244 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r() 254 if(!CryptHashData(ctx1, (BYTE *)sp, sl, 0)) { in php_md5_crypt_r() [all …]
|
H A D | winver.h | 84 BYTE wProductType; 85 BYTE wReserved;
|
/PHP-5.3/sapi/pi3web/ |
H A D | pi3web_sapi.h | 25 typedef unsigned char BYTE; typedef 26 typedef BYTE far *LPBYTE;
|
/PHP-5.3/ext/mbstring/tests/ |
H A D | mb_substr_variation4.phpt | 29 * 60 is larger than *BYTE* count for $string_mb
|
H A D | mb_substr_variation5.phpt | 30 * 60 is larger than *BYTE* count for $string_mb
|
H A D | mb_substr_variation6.phpt | 29 * 60 is larger than *BYTE* count for $string_mb
|
H A D | mb_substr_variation7.phpt | 30 * 60 is larger than *BYTE* count for $string_mb
|
H A D | mb_stripos_variation5_Bug45923.phpt | 35 * 60 is larger than *BYTE* count for $string_mb
|
H A D | mb_strpos_variation5.phpt | 34 * 60 is larger than *BYTE* count for $string_mb
|
H A D | mb_strripos_variation5_Bug45923.phpt | 35 * 60 is larger than *BYTE* count for $string_mb
|
/PHP-5.3/ext/iconv/tests/ |
H A D | iconv_strpos_variation5.phpt | 34 * 60 is larger than *BYTE* count for $string_mb
|
/PHP-5.3/ext/pdo_dblib/ |
H A D | dblib_driver.c | 110 dbsetuserdata(H->link, (BYTE*)&H->err); in dblib_handle_doer()
|
/PHP-5.3/TSRM/ |
H A D | tsrm_win32.c | 204 BYTE * psec_desc = NULL; in tsrm_win32_access() 332 psec_desc = (BYTE *)malloc(sec_desc_length); in tsrm_win32_access()
|
/PHP-5.3/ext/mcrypt/ |
H A D | mcrypt.c | 1394 BYTE *iv_b = (BYTE *) iv; in PHP_FUNCTION()
|
/PHP-5.3/ext/mssql/ |
H A D | php_mssql.c | 2108 …if (dbrpcparam(mssql_ptr->link, param_name, (BYTE)status, type, maxlen, datalen, (LPBYTE)value)==F… 2250 dbconvert(NULL, SQLBINARY, (BYTE*) binary, MIN(16, binary_len), SQLCHAR, buffer, -1);
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 15313 >32 string BYTE \b, 8 bits = VAX byte
|
Completed in 57 milliseconds