Searched refs:never (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/build/ |
| H A D | build2.mk | 33 SUPPRESS_WARNINGS ?= 2>&1 | (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_DECL_YYTEXT is expanded from...|the top level)'||true)
|
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regcomp.c | 70 static int never = 0; /* for use in asserts; shuts lint up */ variable 72 #define never 0 /* some <assert.h>s have bugs too */ macro 1124 assert(never);
|
| /PHP_TRUNK/ext/mysqli/tests/ |
| H A D | connect.inc | 24 /* Development setting: test experimal features and/or feature requests that never worked before? */
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | regexiterator.inc | 66 * @warning never call this twice for the same state
|
| /PHP_TRUNK/ |
| H A D | ltmain.sh | 4970 This wrapper executable should never be moved out of the build directory. 5324 # This wrapper script should never be moved out of the build directory. 6935 # The TAGs below are defined such that we never get into a situation 6944 # configuration. But we'll never go from static-only to shared-only.
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | st.c | 423 st_delete_safe(table, key, value, never) 427 st_data_t never; 441 if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) { 445 ptr->key = ptr->record = never; 456 st_data_t never) 458 delete_never(key, value, never) 459 st_data_t key, value, never; 462 if (value == never) return ST_DELETE; 467 st_cleanup_safe(table, never) 469 st_data_t never; 455 delete_never(st_data_t key __attribute__ ((unused)), st_data_t value, st_data_t never) argument [all...] |
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_jpeg.c | 12 * has never been tested according to DB. 657 /* note we assume that fill_input_buffer will never return FALSE, 688 * never used */
|
Completed in 19 milliseconds