Home
last modified time | relevance | path

Searched refs:BYTE (Results 1 – 16 of 16) sorted by relevance

/PHP-5.3/ext/standard/
H A Dphp_crypt_r.c131 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 Dwinver.h84 BYTE wProductType;
85 BYTE wReserved;
/PHP-5.3/sapi/pi3web/
H A Dpi3web_sapi.h25 typedef unsigned char BYTE; typedef
26 typedef BYTE far *LPBYTE;
/PHP-5.3/ext/mbstring/tests/
H A Dmb_substr_variation4.phpt29 * 60 is larger than *BYTE* count for $string_mb
H A Dmb_substr_variation5.phpt30 * 60 is larger than *BYTE* count for $string_mb
H A Dmb_substr_variation6.phpt29 * 60 is larger than *BYTE* count for $string_mb
H A Dmb_substr_variation7.phpt30 * 60 is larger than *BYTE* count for $string_mb
H A Dmb_stripos_variation5_Bug45923.phpt35 * 60 is larger than *BYTE* count for $string_mb
H A Dmb_strpos_variation5.phpt34 * 60 is larger than *BYTE* count for $string_mb
H A Dmb_strripos_variation5_Bug45923.phpt35 * 60 is larger than *BYTE* count for $string_mb
/PHP-5.3/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt34 * 60 is larger than *BYTE* count for $string_mb
/PHP-5.3/ext/pdo_dblib/
H A Ddblib_driver.c110 dbsetuserdata(H->link, (BYTE*)&H->err); in dblib_handle_doer()
/PHP-5.3/TSRM/
H A Dtsrm_win32.c204 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 Dmcrypt.c1394 BYTE *iv_b = (BYTE *) iv; in PHP_FUNCTION()
/PHP-5.3/ext/mssql/
H A Dphp_mssql.c2108 …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 Dmagic15313 >32 string BYTE \b, 8 bits = VAX byte

Completed in 63 milliseconds