Home
last modified time | relevance | path

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

/PHP-5.6/ext/exif/tests/
H A Dbug76557.phpt11 …jpg): Process tag(x010F=Make ): Illegal format code 0x3030, suppose BYTE in %sbug76557.php o…
13 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php o…
15 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php o…
17 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php o…
19 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php o…
21 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php o…
23 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php o…
25 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php o…
27 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php o…
29 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php o…
[all …]
H A Dbug72094.phpt14 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php…
16 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php…
18 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php…
20 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php…
22 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php…
24 …jpg): Process tag(x8298=Copyright ): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php…
38 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php…
40 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php…
42 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php…
44 …jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php…
[all …]
/PHP-5.6/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.6/sapi/pi3web/
H A Dpi3web_sapi.h25 typedef unsigned char BYTE; typedef
26 typedef BYTE far *LPBYTE;
/PHP-5.6/ext/pdo_dblib/
H A Ddblib_stmt.c147 dbsetuserdata(H->link, (BYTE*) &S->err); in pdo_dblib_stmt_execute()
273 dbconvert(H->link, coltype, (BYTE*) *ptr, -1, SQLDATETIME, (LPBYTE) &dt, -1); in pdo_dblib_stmt_get_col()
H A Ddblib_driver.c113 dbsetuserdata(H->link, (BYTE*)&H->err); in dblib_handle_doer()
/PHP-5.6/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.6/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt36 * 60 is larger than *BYTE* count for $string_mb
/PHP-5.6/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.6/ext/mcrypt/
H A Dmcrypt.c1452 BYTE *iv_b = (BYTE *) iv; in PHP_FUNCTION()
/PHP-5.6/ext/mssql/
H A Dphp_mssql.c2103 …if (dbrpcparam(mssql_ptr->link, param_name, (BYTE)status, type, maxlen, datalen, (LPBYTE)value)==F…
2244 …if (dbconvert(NULL, SQLBINARY, (BYTE*) binary, MIN(16, binary_len), SQLCHAR, buffer, (DBINT) -1) =…
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic6622 # skip 3rd sector of MS x86 bootloader with assember instructions cli;MOVZX EAX,BYTE PTR [BP+10];MO…
19005 >32 string BYTE \b, 8 bits = VAX byte

Completed in 69 milliseconds