Home
last modified time | relevance | path

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

/PHP-5.5/ext/exif/tests/
H A Dbug72094.phpt14 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s/bug72094.php …
16 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s/bug72094.php …
18 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s/bug72094.php …
20 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s/bug72094.php …
22 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s/bug72094.php …
24 …jpg): Process tag(x8298=Copyright ): Illegal format code 0x3030, suppose BYTE in %s/bug72094.php …
38 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s/bug72094.php …
40 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s/bug72094.php …
42 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s/bug72094.php …
44 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s/bug72094.php …
[all …]
/PHP-5.5/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()
239 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()
249 if(!CryptHashData(ctx1, (BYTE *)sp, sl, 0)) { in php_md5_crypt_r()
[all …]
H A Dwinver.h143 BYTE wProductType;
144 BYTE wReserved;
H A Dpassword.c129 BYTE *iv_b = (BYTE *) buffer; in php_password_make_salt()
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.h25 typedef unsigned char BYTE; typedef
26 typedef BYTE far *LPBYTE;
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_variation7.phpt30 * 60 is larger than *BYTE* count for $string_mb
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_strpos_variation5.phpt34 * 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_strripos_variation5_Bug45923.phpt35 * 60 is larger than *BYTE* count for $string_mb
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt34 * 60 is larger than *BYTE* count for $string_mb
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_stmt.c153 dbsetuserdata(H->link, (BYTE*) &S->err); in pdo_dblib_stmt_execute()
H A Ddblib_driver.c113 dbsetuserdata(H->link, (BYTE*)&H->err); in dblib_handle_doer()
/PHP-5.5/TSRM/
H A Dtsrm_win32.c204 BYTE * psec_desc = NULL; in tsrm_win32_access()
330 psec_desc = (BYTE *)malloc(sec_desc_length); in tsrm_win32_access()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c1417 BYTE *iv_b = (BYTE *) iv; in PHP_FUNCTION()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c2103 …if (dbrpcparam(mssql_ptr->link, param_name, (BYTE)status, type, maxlen, datalen, (LPBYTE)value)==F…
2245 dbconvert(NULL, SQLBINARY, (BYTE*) binary, MIN(16, binary_len), SQLCHAR, buffer, -1);
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic17859 >32 string BYTE \b, 8 bits = VAX byte

Completed in 147 milliseconds