Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.c266 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() argument
274 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp()
275 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp()
276 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; in regcomp()
277 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
278 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; in regcomp()
279 if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; in regcomp()
280 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; in regcomp()
H A Dpcre_compile.c8824 int cflags = REQ_NONE; in find_firstassertedchar() local
8853 if (cflags < 0) { c = d; cflags = dflags; } else if (c != d || cflags != dflags) return 0; in find_firstassertedchar()
8865 if (cflags < 0) { c = scode[1]; cflags = 0; } in find_firstassertedchar()
8878 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedchar()
8887 *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-7.1/ext/interbase/
H A Dconfig.m411 FB_CFLAGS=`$FB_CONFIG --cflags`
/PHP-7.1/ext/pdo_firebird/
H A Dconfig.m415 FB_CFLAGS=`$FB_CONFIG --cflags`
/PHP-7.1/ext/xsl/
H A Dconfig.m437 XSL_INCS=`$XSLT_CONFIG --cflags`
/PHP-7.1/win32/build/
H A Dconfutils.js1158 function SAPI(sapiname, file_list, makefiletarget, cflags, obj_dir) argument
1178 if (cflags) {
1179 ADD_FLAG('CFLAGS_' + SAPI, cflags);
1356 function EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
1374 if (cflags == null) {
1375 cflags = "";
1386 cflags = "/D COMPILE_DL_" + EXT + " /D " + EXT + "_EXPORTS=1 " + cflags;
1492 cflags = "/FI main/config.pickle.h " + cflags;
1494 ADD_FLAG("CFLAGS_" + EXT, cflags);
/PHP-7.1/TSRM/
H A Dtsrm.m449 CPPFLAGS="$CPPFLAGS `$1 --cflags`"
/PHP-7.1/ext/curl/
H A Dconfig.m475 CFLAGS="`$CURL_CONFIG --cflags`"
/PHP-7.1/ext/mbstring/oniguruma/
H A DREADME.ja48 onig-config --cflags
H A DREADME47 onig-config --cflags
/PHP-7.1/ext/mysqli/
H A Dconfig.m470 MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-7.1/ext/pdo_pgsql/
H A Dconfig.m478 PDO_PGSQL_CFLAGS=`$PKG_CONFIG openssl --cflags`
/PHP-7.1/ext/pdo_mysql/
H A Dconfig.m477 PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-7.1/ext/pdo_odbc/
H A Dconfig.m418 --with-pdo-odbc=generic,dir,libname,ldflags,cflags
/PHP-7.1/
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
2236 ICU_INCS=`$PKG_CONFIG --cflags-only-I icu-uc icu-io icu-i18n`
2309 KERBEROS_CFLAGS=`$KRB5_CONFIG --cflags gssapi`
2380 OPENSSL_INCS=`$PKG_CONFIG --cflags-only-I openssl`
2598 LIBXML_INCS=`$XML2_CONFIG --cflags`
2615 LIBXML_INCS=`$PKG_CONFIG --cflags-only-I libxml-2.0`
/PHP-7.1/ext/zip/
H A Dconfig.m467 LIBZIP_CFLAGS=`$PKG_CONFIG libzip --cflags`
/PHP-7.1/sapi/fpm/
H A Dconfig.m4600 SYSTEMD_INCS=`$PKG_CONFIG --cflags-only-I libsystemd`
608 SYSTEMD_INCS=`$PKG_CONFIG --cflags-only-I libsystemd-daemon`
/PHP-7.1/ext/gd/
H A Dconfig.m4204 FREETYPE2_CFLAGS=`$FREETYPE2_CONFIG --cflags`
/PHP-7.1/ext/odbc/
H A Dconfig.m4401 ODBC_INCLUDE=`$PKG_CONFIG --cflags-only-I libiodbc`
/PHP-7.1/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 100 milliseconds