Home
last modified time | relevance | path

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

/PHP-5.3/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.js1013 function SAPI(sapiname, file_list, makefiletarget, cflags, obj_dir) argument
1033 if (cflags) {
1034 ADD_FLAG('CFLAGS_' + SAPI, cflags);
1197 function EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
1209 if (cflags == null) {
1210 cflags = "";
1221 cflags = "/D COMPILE_DL_" + EXT + " /D " + EXT + "_EXPORTS=1 " + cflags;
1293 ADD_FLAG("CFLAGS_" + EXT, cflags);
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.c257 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() argument
265 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp()
266 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp()
267 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; in regcomp()
268 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
269 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; in regcomp()
270 if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; in regcomp()
271 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; in regcomp()
H A Dpcre_compile.c7646 int cflags = REQ_NONE; in find_firstassertedchar() local
7676 if (cflags < 0) { c = d; cflags = dflags; } else if (c != d || cflags != dflags) return 0; in find_firstassertedchar()
7688 if (cflags < 0) { c = scode[1]; cflags = 0; } in find_firstassertedchar()
7701 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedchar()
7710 *flags = cflags; in find_firstassertedchar()
H A DREADME508 pkg-config --cflags pcre
H A DChangeLog1398 15. Arranged to add -DPCRE_STATIC to cflags in libpcre.pc, libpcreposix.cp,
/PHP-5.3/ext/ereg/
H A Dereg.c69 int cflags; member
127 static int _php_regcomp(regex_t *preg, const char *pattern, int cflags) in _php_regcomp() argument
146 && rc->cflags == cflags) { in _php_regcomp()
161 r = regcomp(preg, pattern, cflags); in _php_regcomp()
165 rcp.cflags = cflags; in _php_regcomp()
180 r = regcomp(preg, pattern, cflags);
184 rcp.cflags = cflags;
/PHP-5.3/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) {
142 g->cflags = cflags;
157 if (cflags&REG_EXTENDED)
159 else if (cflags&REG_NOSPEC)
301 if (p->g->cflags&REG_NEWLINE)
463 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.3/ext/xsl/
H A Dconfig.m437 XSL_INCS=`$XSLT_CONFIG --cflags`
/PHP-5.3/ext/mysqli/
H A Dconfig.m440 MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-5.3/TSRM/
H A Dtsrm.m444 CPPFLAGS="$CPPFLAGS `$1 --cflags`"
/PHP-5.3/ext/curl/
H A Dconfig.m463 CFLAGS="`$CURL_CONFIG --cflags`"
/PHP-5.3/ext/pdo_pgsql/
H A Dconfig.m478 PDO_PGSQL_CFLAGS=`$PKG_CONFIG openssl --cflags`
/PHP-5.3/ext/mbstring/oniguruma/
H A DREADME.ja45 onig-config --cflags
H A DREADME44 onig-config --cflags
/PHP-5.3/ext/pdo_mysql/
H A Dconfig.m474 PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-5.3/ext/pdo_odbc/
H A Dconfig.m418 --with-pdo-odbc=generic,dir,libname,ldflags,cflags
/PHP-5.3/
H A DREADME.UNIX-BUILD-SYSTEM58 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
H A Dacinclude.m4874 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
928 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]…
938 dnl "extra-cflags" are passed to the compiler, with
2257 KERBEROS_CFLAGS=`$KRB5_CONFIG --cflags gssapi`
2328 OPENSSL_INCS=`$PKG_CONFIG --cflags-only-I openssl`
2540 LIBXML_INCS=`$XML2_CONFIG --cflags`
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt8979 int cflags);
9041 The argument cflags is either zero, or contains one or more of the bits

Completed in 120 milliseconds