Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 25 of 25) sorted by relevance

/PHP-5.5/win32/build/
H A Dprojectgen.js213 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 Dconfutils.js1053 function SAPI(sapiname, file_list, makefiletarget, cflags, obj_dir) argument
1073 if (cflags) {
1074 ADD_FLAG('CFLAGS_' + SAPI, cflags);
1255 function EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
1268 if (cflags == null) {
1269 cflags = "";
1280 cflags = "/D COMPILE_DL_" + EXT + " /D " + EXT + "_EXPORTS=1 " + cflags;
1381 cflags = "/FI main/config.pickle.h " + cflags;
1383 ADD_FLAG("CFLAGS_" + EXT, cflags);
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c268 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 Dpcre_compile.c8812 int cflags = REQ_NONE; in find_firstassertedchar() local
8841 if (cflags < 0) { c = d; cflags = dflags; } else if (c != d || cflags != dflags) return 0; in find_firstassertedchar()
8853 if (cflags < 0) { c = scode[1]; cflags = 0; } in find_firstassertedchar()
8866 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedchar()
8875 *flags = cflags; in find_firstassertedchar()
H A DREADME538 pkg-config --cflags pcre
H A DChangeLog2334 15. Arranged to add -DPCRE_STATIC to cflags in libpcre.pc, libpcreposix.cp,
/PHP-5.5/ext/ereg/
H A Dereg.c69 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.5/ext/ereg/regex/
H A Dregcomp.c88 regcomp(preg, pattern, cflags)
91 int cflags; variable
104 cflags = GOODFLAGS(cflags);
105 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
108 if (cflags&REG_PEND) {
150 g->cflags = cflags;
165 if (cflags&REG_EXTENDED)
167 else if (cflags&REG_NOSPEC)
309 if (p->g->cflags&REG_NEWLINE)
471 if (p->g->cflags&REG_NEWLINE)
[all …]
H A Dengine.c84 if (g->cflags&REG_NOSUB)
465 (m->g->cflags&REG_NEWLINE)) )
473 (m->g->cflags&REG_NEWLINE)) )
481 (m->g->cflags&REG_NEWLINE)) ||
492 (m->g->cflags&REG_NEWLINE)) ||
658 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
663 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
747 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
752 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A Dregex2.h117 int cflags; /* copy of regcomp() cflags argument */ member
/PHP-5.5/ext/xsl/
H A Dconfig.m437 XSL_INCS=`$XSLT_CONFIG --cflags`
/PHP-5.5/ext/mysqli/
H A Dconfig.m437 MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-5.5/TSRM/
H A Dtsrm.m446 CPPFLAGS="$CPPFLAGS `$1 --cflags`"
/PHP-5.5/ext/curl/
H A Dconfig.m459 CFLAGS="`$CURL_CONFIG --cflags`"
/PHP-5.5/ext/pdo_pgsql/
H A Dconfig.m478 PDO_PGSQL_CFLAGS=`$PKG_CONFIG openssl --cflags`
/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME.ja48 onig-config --cflags
H A DREADME47 onig-config --cflags
/PHP-5.5/ext/pdo_mysql/
H A Dconfig.m465 PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-5.5/ext/pdo_odbc/
H A Dconfig.m418 --with-pdo-odbc=generic,dir,libname,ldflags,cflags
/PHP-5.5/
H A DREADME.UNIX-BUILD-SYSTEM58 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
H A Dacinclude.m4872 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.5/sapi/fpm/
H A Dconfig.m4580 SYSTEMD_INCS=`$PKG_CONFIG --cflags-only-I libsystemd`
588 SYSTEMD_INCS=`$PKG_CONFIG --cflags-only-I libsystemd-daemon`
/PHP-5.5/ext/gd/
H A Dconfig.m4199 FREETYPE2_CFLAGS=`$FREETYPE2_CONFIG --cflags`
/PHP-5.5/ext/odbc/
H A Dconfig.m4401 ODBC_INCLUDE=`$PKG_CONFIG --cflags-only-I libiodbc`
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9521 int cflags);
9582 The argument cflags is either zero, or contains one or more of the bits

Completed in 135 milliseconds