Home
last modified time | relevance | path

Searched refs:major (Results 26 – 38 of 38) sorted by relevance

12

/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING87 should make future maintenance and development easier. As this was such a major
89 major changes were also present in the 7.0 release).
H A DChangeLog3393 4. Fixed a major bug that caused incorrect computation of the amount of memory
3468 17. I have done a major re-factoring of the way pcre_compile() computes the
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c2107 long major, minor, patch; local
2114 major = strtol(p, &p, 10);
2120 return (unsigned long)(major * 10000L + (unsigned long)(minor * 100L + patch));
/PHP-5.5/ext/dba/
H A Dconfig.m4264 AC_MSG_CHECKING([for DB$1 major version])
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1713 COMMA, major(sb->st_rdev), dv_unit(sb->st_rdev),
1721 COMMA, (long)major(sb->st_rdev),
1753 - COMMA, major(sb->st_rdev), dv_unit(sb->st_rdev),
1758 - COMMA, (long)major(sb->st_rdev),
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE322 normally distributed (in either source or binary form) with the major
/PHP-5.5/
H A Dconfigure.in787 dnl min: 1.5 (i.e. 105, major * 100 + minor for easier comparison)
H A DINSTALL1602 major, minor and release versions. If there is a value for
H A DNEWS7358 result in major slowdown). (Dmitry)
/PHP-5.5/win32/
H A Dinstall.txt1267 mean the PHP major, minor and release versions.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3564 # version and the short at offset 6 is the JVM major version. Since there are only
8651 >&0 ubyte 0 \b, major version 0
14855 >>4 byte =3 (major 1)
14856 >>4 byte =2 (major 1)
14861 >>4 byte =5 (major 2)
14862 >>4 byte =4 (major 2)
17882 >0x44 uleshort >0 \b, major %u
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c124096 YYCODETYPE major; /* The major token value. This is the code
124728 yyTokenName[yytos->major]);
124731 yymajor = yytos->major;
124926 yytos->major = (YYCODETYPE)yyMajor;
124934 fprintf(yyTraceFILE," %s",yyTokenName[yypParser->yystack[i].major]);
125351 {yygotominor.yy328 = yymsp[0].major;}
125954 {spanExpr(&yygotominor.yy346, pParse, yymsp[0].major, &yymsp[0].minor.yy0);}
126347 {yygotominor.yy378.a = yymsp[0].major; yygotominor.yy378.b = 0;}
126567 yymsp->major = (YYCODETYPE)yygoto;
126684 yypParser->yystack[0].major = 0;
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1732 macros PCRE_MAJOR and PCRE_MINOR to contain the major and minor release

Completed in 584 milliseconds

12