| /PHP_5_5/ext/bcmath/libbcmath/src/ |
| H A D | bcmath.h | 80 #ifndef TRUE 81 #define TRUE 1 macro
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gd_gd.c | 7 #define TRUE 1 macro 65 return TRUE; 89 return TRUE;
|
| H A D | gd_gd2.c | 23 #define TRUE 1 macro 224 return TRUE; 537 /* gd 2.0.11: gdSeek returns TRUE on success, not 0. Longstanding bug. 01/16/03 */
|
| H A D | gd_gif_in.c | 34 #define TRUE 1 macro 285 return TRUE; 394 scd->done = TRUE; 433 GetCode(fd, &sd->scd, 0, TRUE, ZeroDataBlockP); 435 sd->fresh = TRUE; 575 if (LWZReadByte(fd, &sd, TRUE, c, ZeroDataBlockP) < 0) {
|
| H A D | gd_gif_out.c | 176 #define TRUE 1 macro
|
| H A D | gd_io_dp.c | 25 #define TRUE 1 macro 180 return TRUE; 281 dp->dataGood = TRUE; 286 dp->dataGood = TRUE; 289 return TRUE; 324 return TRUE; 336 return TRUE; 349 return TRUE;
|
| H A D | gd_ss.c | 7 #define TRUE 1 macro
|
| H A D | gd_topal.c | 121 #ifndef TRUE 122 #define TRUE 1 macro 312 boolean needs_zeroed; /* TRUE if next pass must zero histogram */ 1427 cquantize->on_odd_row = TRUE; /* flip for next time */ 1652 cquantize->needs_zeroed = TRUE; 1683 cquantize->needs_zeroed = TRUE; /* Always zero histogram */ 1741 cquantize->needs_zeroed = TRUE; 1869 cquantize->needs_zeroed = TRUE; /* histogram is garbage now */
|
| H A D | gdft.c | 104 #ifndef TRUE 106 #define TRUE !FALSE macro
|
| H A D | gdkanji.c | 31 #ifdef TRUE 32 #undef TRUE macro 38 #define TRUE 1 macro 322 daku = TRUE; /* Daku-ten */ 324 handaku = TRUE; /* Han-daku-ten */ 400 jisx0208 = TRUE; 409 hankaku = TRUE; 470 int kanji = TRUE;
|
| H A D | gd_png.c | 13 #define TRUE 1 macro 261 palette_allocated = TRUE; 557 remap = TRUE; 617 remap = TRUE;
|
| /PHP_5_5/ext/intl/locale/ |
| H A D | locale_methods.c | 91 /*returns TRUE if a is an ID separator FALSE otherwise*/ 98 /*returns TRUE if one of the special prefixes is here (s=string) 211 RETURN_STRING( intl_locale_get_default( TSRMLS_C ), TRUE ); local 404 RETURN_STRING( empty_result , TRUE); 1047 add_assoc_string( hash_arr, cur_key_name , token ,TRUE ); 1051 add_assoc_string( hash_arr, cur_key_name , token , TRUE ); 1060 add_assoc_string( hash_arr, key_name , key_value , TRUE ); 1164 add_next_index_stringl( return_value, token , strlen(token) ,TRUE ); 1167 add_next_index_stringl( return_value, token , strlen(token) ,TRUE );
|
| /PHP_5_5/ext/mbstring/oniguruma/ |
| H A D | regenc.h | 53 #ifndef TRUE 54 #define TRUE 1 macro
|
| /PHP_5_5/ext/exif/ |
| H A D | exif.c | 91 #ifndef TRUE 92 # define TRUE 1 macro 1666 return TRUE; 2798 return TRUE; 2832 /*return TRUE;*/ 3112 return TRUE; 3147 return TRUE; 3175 return TRUE; 3180 return TRUE; 3370 return TRUE; [all...] |
| /PHP_5_5/ext/mysql/ |
| H A D | php_mysql_structs.h | 30 #ifndef TRUE 31 #define TRUE 1 macro
|
| /PHP_5_5/ext/mysqli/ |
| H A D | php_mysqli_structs.h | 33 #ifndef TRUE 34 #define TRUE 1 macro
|
| /PHP_5_5/ext/odbc/ |
| H A D | php_odbc.c | 58 #ifndef TRUE 59 #define TRUE 1 macro 807 putenv("DB2NOEXITLIST=TRUE"); 2465 return TRUE;
|
| /PHP_5_5/ext/pdo/ |
| H A D | php_pdo_driver.h | 40 #ifndef TRUE 41 # define TRUE 1 macro
|
| /PHP_5_5/ext/tidy/ |
| H A D | tidy.c | 104 #ifndef TRUE 105 #define TRUE 1 macro 760 ZVAL_BOOL(out, TRUE); 793 ZVAL_BOOL(out, TRUE); 829 ZVAL_STRINGL(temp, (char*)output.bp, output.size-1, TRUE); local 840 ZVAL_STRINGL(temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1, TRUE); local 893 add_assoc_string(attribute, name, val, TRUE); 1333 php_tidy_quick_repair(INTERNAL_FUNCTION_PARAM_PASSTHRU, TRUE);
|
| /PHP_5_5/main/ |
| H A D | snprintf.c | 290 #define TRUE 1 macro 306 * - is_negative is set to TRUE or FALSE depending on the sign 307 * of the number (always set to FALSE if is_unsigned is TRUE)
|
| H A D | spprintf.c | 104 #define TRUE 1 macro
|
| /PHP_5_5/win32/ |
| H A D | registry.c | 192 PW32G(registry_event) = CreateEvent(NULL, TRUE, FALSE, NULL); 194 RegNotifyChangeKeyValue(PW32G(registry_key), TRUE, RegNotifyFlags, PW32G(registry_event), TRUE); local 200 RegNotifyChangeKeyValue(PW32G(registry_key), TRUE, RegNotifyFlags, PW32G(registry_event), TRUE); local
|
| /PHP_5_5/ext/pcre/pcrelib/ |
| H A D | pcre_internal.h | 683 /* Returns with the additional number of characters if IS_MULTICHAR(c) is TRUE. 688 /* Returns TRUE, if the given character is not the first character 820 /* Returns with the additional number of characters if IS_MULTICHAR(c) is TRUE. 825 /* Returns TRUE, if the given character is not the first character 1212 #define TRUE 1 macro 2382 pcre_uint16 flag; /* Set TRUE if recursive back ref */
|
| /PHP_5_5/ext/mysqlnd/ |
| H A D | mysqlnd_enum_n_def.h | 25 #ifndef TRUE 26 #define TRUE 1 macro
|
| /PHP_5_5/ext/soap/ |
| H A D | php_soap.h | 43 # define TRUE 1 macro
|