/PHP-5.4/win32/build/ |
H A D | projectgen.js | 213 cflags = cflags.replace(/\/(I|D)(\S)/g, "/$1 $2"); 307 cflags = get_define("CFLAGS_" + EXT); 309 cflags += (ext.match(/Zend/) ? "/D LIBZEND_EXPORTS " : ""); 313 contents = contents.replace(/LOCALCPP/, cflags + " /c"); 393 cflags = get_define("CFLAGS_" + EXT); 394 cflags = cflags ? cflags.replace(/-(I|D)/g, " /$1") : ""; 395 cflags = cflags? cflags.replace(/\/(I|D)\s+/g, "/$1") : ""; 396 cflags = cflags ? cflags.replace(/\/I(?!\")(\S+)/g, '/I"$1"') : ""; 398 EXT_CFLAGS = check_duplicates(cflags, EXT_CFLAGS); 583 cflags = get_define("CFLAGS").replace(/\s+/g, " "); [all …]
|
H A D | confutils.js | 1038 function SAPI(sapiname, file_list, makefiletarget, cflags, obj_dir) argument 1058 if (cflags) { 1059 ADD_FLAG('CFLAGS_' + SAPI, cflags); 1236 function EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument 1249 if (cflags == null) { 1250 cflags = ""; 1261 cflags = "/D COMPILE_DL_" + EXT + " /D " + EXT + "_EXPORTS=1 " + cflags; 1348 cflags = "/FI main/config.pickle.h " + cflags; 1350 ADD_FLAG("CFLAGS_" + EXT, cflags);
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcreposix.c | 268 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() argument 276 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp() 277 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp() 278 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; in regcomp() 279 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp() 280 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; in regcomp() 281 if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; in regcomp() 282 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; in regcomp()
|
H A D | pcre_compile.c | 8686 int cflags = REQ_NONE; in find_firstassertedchar() local 8715 if (cflags < 0) { c = d; cflags = dflags; } else if (c != d || cflags != dflags) return 0; in find_firstassertedchar() 8727 if (cflags < 0) { c = scode[1]; cflags = 0; } in find_firstassertedchar() 8740 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedchar() 8749 *flags = cflags; in find_firstassertedchar()
|
H A D | README | 538 pkg-config --cflags pcre
|
H A D | ChangeLog | 2158 15. Arranged to add -DPCRE_STATIC to cflags in libpcre.pc, libpcreposix.cp,
|
/PHP-5.4/ext/ereg/ |
H A D | ereg.c | 69 int cflags; member 139 static int _php_regcomp(regex_t *preg, const char *pattern, int cflags TSRMLS_DC) in _php_regcomp() 157 && rc->cflags == cflags) { in _php_regcomp() 172 r = regcomp(preg, pattern, cflags); in _php_regcomp() 176 rcp.cflags = cflags; in _php_regcomp() 191 r = regcomp(preg, pattern, cflags); 195 rcp.cflags = cflags;
|
/PHP-5.4/ext/ereg/regex/ |
H A D | regcomp.c | 88 regcomp(preg, pattern, cflags) 91 int cflags; variable 104 cflags = GOODFLAGS(cflags); 105 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) 108 if (cflags®_PEND) { 150 g->cflags = cflags; 165 if (cflags®_EXTENDED) 167 else if (cflags®_NOSPEC) 309 if (p->g->cflags®_NEWLINE) 471 if (p->g->cflags®_NEWLINE) [all …]
|
H A D | engine.c | 84 if (g->cflags®_NOSUB) 465 (m->g->cflags®_NEWLINE)) ) 473 (m->g->cflags®_NEWLINE)) ) 481 (m->g->cflags®_NEWLINE)) || 492 (m->g->cflags®_NEWLINE)) || 658 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || 663 if ( (c == '\n' && m->g->cflags®_NEWLINE) || 747 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || 752 if ( (c == '\n' && m->g->cflags®_NEWLINE) ||
|
H A D | regex2.h | 117 int cflags; /* copy of regcomp() cflags argument */ member
|
/PHP-5.4/ext/xsl/ |
H A D | config.m4 | 37 XSL_INCS=`$XSLT_CONFIG --cflags`
|
/PHP-5.4/ext/mysqli/ |
H A D | config.m4 | 36 MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
|
/PHP-5.4/TSRM/ |
H A D | tsrm.m4 | 46 CPPFLAGS="$CPPFLAGS `$1 --cflags`"
|
/PHP-5.4/ext/curl/ |
H A D | config.m4 | 63 CFLAGS="`$CURL_CONFIG --cflags`"
|
/PHP-5.4/ext/pdo_pgsql/ |
H A D | config.m4 | 78 PDO_PGSQL_CFLAGS=`$PKG_CONFIG openssl --cflags`
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | README.ja | 45 onig-config --cflags
|
H A D | README | 44 onig-config --cflags
|
/PHP-5.4/ext/pdo_mysql/ |
H A D | config.m4 | 65 PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
|
/PHP-5.4/ext/pdo_odbc/ |
H A D | config.m4 | 18 --with-pdo-odbc=generic,dir,libname,ldflags,cflags
|
/PHP-5.4/ |
H A D | README.UNIX-BUILD-SYSTEM | 58 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
|
H A D | acinclude.m4 | 872 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]]) 939 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]… 949 dnl "extra-cflags" are passed to the compiler, with 2268 KERBEROS_CFLAGS=`$KRB5_CONFIG --cflags gssapi` 2339 OPENSSL_INCS=`$PKG_CONFIG --cflags-only-I openssl` 2553 LIBXML_INCS=`$XML2_CONFIG --cflags`
|
/PHP-5.4/ext/gd/ |
H A D | config.m4 | 207 FREETYPE2_CFLAGS=`$FREETYPE2_CONFIG --cflags`
|
/PHP-5.4/ext/odbc/ |
H A D | config.m4 | 379 ODBC_INCLUDE=`$PKG_CONFIG --cflags-only-I libiodbc`
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 9497 int cflags); 9558 The argument cflags is either zero, or contains one or more of the bits
|