Searched refs:binary (Results 1 - 15 of 15) sorted by relevance
| /PHP_5_3/build/ |
| H A D | shtool | 1043 binary ) 1044 # binary package id (OpenPKG RPM)
|
| /PHP_5_3/ext/openssl/ |
| H A D | openssl.mak | 177 @echo Deleting binary files...
|
| /PHP_5_3/ext/pgsql/ |
| H A D | pgsql.mak | 162 @echo Deleting binary files...
|
| /PHP_5_3/ext/phar/tests/cache_list/files/ |
| H A D | phar_test.inc | 7 $manifest = (binary)''; 39 if (empty($crc32))$crc32= crc32((binary)$cont); 43 $manifest .= pack('V', strlen($name)) . (binary)$name; 44 $manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$meta; 55 $manifest = pack('VnVV', count($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) . (binary)$alias . pack('V', strlen($pmeta)) . (binary)$pmeta . $manifest; 56 $file = (binary)$file; 61 $file .= (binary)$cont;
|
| /PHP_5_3/ext/phar/tests/files/ |
| H A D | phar_test.inc | 7 $manifest = (binary)''; 39 if (empty($crc32))$crc32= crc32((binary)$cont); 43 $manifest .= pack('V', strlen($name)) . (binary)$name; 44 $manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$meta; 55 $manifest = pack('VnVV', count($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) . (binary)$alias . pack('V', strlen($pmeta)) . (binary)$pmeta . $manifest; 56 $file = (binary)$file; 61 $file .= (binary)$cont;
|
| /PHP_5_3/ext/phar/tests/tar/files/ |
| H A D | make_invalid_tar.php.inc | 6 fwrite($this->tmp, (binary)'oopsie');
|
| /PHP_5_3/ext/standard/ |
| H A D | crypt_blowfish.c | 18 * Redistribution and use in source and binary forms, with or without 665 } binary; member in struct:__anon430 692 if (count < min || BF_decode(data.binary.salt, &setting[7], 16)) { 696 BF_swap(data.binary.salt, 4); 705 L ^= data.binary.salt[i & 2]; 706 R ^= data.binary.salt[(i & 2) + 1]; 715 L ^= data.binary.salt[(BF_N + 2) & 3]; 716 R ^= data.binary.salt[(BF_N + 3) & 3]; 721 L ^= data.binary.salt[(BF_N + 4) & 3]; 722 R ^= data.binary [all...] |
| /PHP_5_3/ext/xml/ |
| H A D | xml.mak | 164 @echo Deleting binary files...
|
| /PHP_5_3/ |
| H A D | makerpm | 52 capabilities to the apache server. This version includes the "php_cgi" binary
|
| /PHP_5_3/scripts/ |
| H A D | php-config.in | 34 # Determine which (if any) php binary is available 57 --php-binary) 80 --php-binary [$php_binary]
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 6 * Redistribution and use in source and binary forms, with or without 12 * 2. Redistributions in binary form must reproduce the above copyright 633 /* binary test if pattern is not text */ 833 static const char binary[] = "binary"; local 843 marray[i].mp->flag & BINTEST ? binary : text); 852 "binary test for text type\n");
|
| /PHP_5_3/ext/ldap/ |
| H A D | ldap.mak | 165 @echo Deleting binary files...
|
| /PHP_5_3/ext/mysql/ |
| H A D | mysql.mak | 161 @echo Deleting binary files...
|
| /PHP_5_3/ext/mssql/ |
| H A D | php_mssql.c | 143 ZEND_ARG_INFO(0, binary) 981 /* uniqueidentifier is a 16-byte binary number */ 1180 /* TODO binary */ 2236 /* {{{ proto string mssql_guid_string(string binary [,bool short_format]) 2237 Converts a 16 byte binary GUID to a string */ 2240 char *binary; local 2246 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &binary, &binary_len, &sf) == FAILURE) { 2250 dbconvert(NULL, SQLBINARY, (BYTE*) binary, MIN(16, binary_len), SQLCHAR, buffer, -1);
|
| /PHP_5_3/ext/sqlite/ |
| H A D | sess_sqlite.c | 143 char *binary; local 149 binary = safe_emalloc(1 + vallen / 254, 257, 3); 150 binlen = sqlite_encode_binary((const unsigned char*)val, vallen, binary); 152 rv = sqlite_exec_printf(db, "REPLACE INTO session_data VALUES('%q', '%q', %d)", NULL, NULL, &error, key, binary, t); 157 efree(binary);
|
Completed in 74 milliseconds