Home
last modified time | relevance | path

Searched defs:minor (Results 1 – 12 of 12) sorted by relevance

/PHP-8.1/ext/date/lib/
H A Dtimelib_private.h116 # define TIMELIB_GNUC_CHECK_VERSION(major, minor) \ argument
120 # define TIMELIB_GNUC_CHECK_VERSION(major, minor) 0 argument
/PHP-8.1/ext/fileinfo/libmagic/
H A Dfsmagic.c66 # define minor(dev) ((dev) & 0xff) macro
/PHP-8.1/ext/xsl/
H A Dphp_xsl.c241 int major, minor, subminor; in PHP_MINFO_FUNCTION() local
/PHP-8.1/win32/
H A Dwinutil.c448 DWORD minor = pNTHeader->OptionalHeader.MinorLinkerVersion; in is_compatible() local
/PHP-8.1/ext/posix/
H A Dposix.stub.php89 function posix_mknod(string $filename, int $flags, int $major = 0, int $minor = 0): bool {}
H A Dposix.c657 zend_long major = 0, minor = 0; in PHP_FUNCTION() local
/PHP-8.1/ext/pdo_oci/
H A Doci_driver.c614 sword major, minor, update, patch, port_update; in oci_handle_get_attribute() local
/PHP-8.1/ext/com_dotnet/
H A Dcom_typeinfo.c64 char *strtok_buf, *major, *minor; in php_com_load_typelib() local
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_driver.c419 int minor = version % 10000; in pdo_libpq_version() local
422 int minor = version / 100 % 100; in pdo_libpq_version() local
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_connection.c1276 zend_long major, minor, patch; local
/PHP-8.1/ext/pgsql/
H A Dpgsql.c424 int minor = version % 10000; in php_libpq_version() local
427 int minor = version / 100 % 100; in php_libpq_version() local
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4332 int minor = 0; in parse_regex() local

Completed in 96 milliseconds