Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.c269 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() argument
277 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp()
278 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp()
279 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; in regcomp()
280 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
281 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; in regcomp()
282 if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; in regcomp()
283 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; in regcomp()
H A Dpcre_compile.c8875 int cflags = REQ_NONE; in find_firstassertedchar() local
8904 if (cflags < 0) { c = d; cflags = dflags; } else if (c != d || cflags != dflags) return 0; in find_firstassertedchar()
8916 if (cflags < 0) { c = scode[1]; cflags = 0; } in find_firstassertedchar()
8929 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedchar()
8938 *flags = cflags; in find_firstassertedchar()
H A DREADME538 pkg-config --cflags pcre
/PHP-7.2/ext/interbase/
H A Dconfig.m411 FB_CFLAGS=`$FB_CONFIG --cflags`
/PHP-7.2/ext/pdo_firebird/
H A Dconfig.m415 FB_CFLAGS=`$FB_CONFIG --cflags`
/PHP-7.2/ext/xsl/
H A Dconfig.m437 XSL_INCS=`$XSLT_CONFIG --cflags`
/PHP-7.2/ext/sodium/
H A Dconfig.m423 LIBSODIUM_CFLAGS=`$PKG_CONFIG libsodium --cflags`
/PHP-7.2/ext/curl/
H A Dconfig.m442 CURL_INCL=`$PKG_CONFIG --cflags $PKNAME`
83 CURL_INCL=`$CURL_CONFIG --cflags`
/PHP-7.2/win32/build/
H A Dconfutils.js1179 function SAPI(sapiname, file_list, makefiletarget, cflags, obj_dir) argument
1199 if (cflags) {
1200 ADD_FLAG('CFLAGS_' + SAPI, cflags);
1384 function EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
1402 if (cflags == null) {
1403 cflags = "";
1414 cflags = "/D COMPILE_DL_" + EXT + " /D " + EXT + "_EXPORTS=1 " + cflags;
1520 cflags = "/FI main/config.pickle.h " + cflags;
1522 ADD_FLAG("CFLAGS_" + EXT, cflags);
/PHP-7.2/TSRM/
H A Dtsrm.m449 CPPFLAGS="$CPPFLAGS `$1 --cflags`"
/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME.ja45 onig-config --cflags
H A DREADME45 onig-config --cflags
H A DREADME.md71 onig-config --cflags
/PHP-7.2/ext/pdo_pgsql/
H A Dconfig.m478 PDO_PGSQL_CFLAGS=`$PKG_CONFIG openssl --cflags`
/PHP-7.2/ext/mysqli/
H A Dconfig.m470 MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-7.2/ext/pdo_odbc/
H A Dconfig.m418 --with-pdo-odbc=generic,dir,libname,ldflags,cflags
/PHP-7.2/ext/pdo_mysql/
H A Dconfig.m477 PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-7.2/ext/
H A Dext_skel135 dnl LIBFOO_CFLAGS=\`\$PKG_CONFIG foo --cflags\`
/PHP-7.2/
H A DREADME.UNIX-BUILD-SYSTEM58 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
H A Dacinclude.m4866 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
933 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]…
943 dnl "extra-cflags" are passed to the compiler, with
2223 ICU_INCS=`$PKG_CONFIG --cflags-only-I icu-uc icu-io icu-i18n`
2297 KERBEROS_CFLAGS=`$KRB5_CONFIG --cflags gssapi`
2368 OPENSSL_INCS=`$PKG_CONFIG --cflags-only-I openssl`
2586 LIBXML_INCS=`$XML2_CONFIG --cflags`
2603 LIBXML_INCS=`$PKG_CONFIG --cflags-only-I libxml-2.0`
/PHP-7.2/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.2/ext/zip/
H A Dconfig.m467 LIBZIP_CFLAGS=`$PKG_CONFIG libzip --cflags`
/PHP-7.2/ext/gd/
H A Dconfig.m4201 FREETYPE2_CFLAGS=`$FREETYPE2_CONFIG --cflags`
/PHP-7.2/ext/odbc/
H A Dconfig.m4401 ODBC_INCLUDE=`$PKG_CONFIG --cflags-only-I libiodbc`
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9568 int cflags);
9629 The argument cflags is either zero, or contains one or more of the bits

Completed in 125 milliseconds

12