Home
last modified time | relevance | path

Searched refs:ts (Results 126 – 144 of 144) sorted by relevance

123456

/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1045 - struct timespec ts;
1046 + struct timeval ts;
1054 - struct timespec ts;
1055 + struct timeval ts;
1169 - struct timespec ts;
1170 + struct timeval ts;
2800 - struct timespec ts;
2801 + struct timeval ts;
2803 t = ts.tv_sec;
2825 + struct timeval ts;
[all …]
/PHP-5.5/ext/sqlite3/
H A Dconfig0.m43 dnl vim:et:ts=2:sw=2
/PHP-5.5/ext/pdo/
H A DTODO91 vim:se et ts=2 sw=2 tw=78:
H A Dpdo_sql_parser.re521 * vim600: noet sw=4 ts=4 fdm=marker ft=c
522 * vim<600: noet sw=4 ts=4
/PHP-5.5/sapi/fpm/
H A Dconfig.m440 AC_TRY_LINK([ #include <time.h> ], [struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);], [
53 AC_TRY_LINK([ #include <time.h> ], [struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);], [
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.m43 dnl vim:et:sw=2:ts=2:
/PHP-5.5/ext/sysvsem/tests/
H A Dsysv.phpt4 <?php // vim600: ts=4 sw=4 syn=php fdm=marker
/PHP-5.5/ext/xml/tests/
H A Dbug32001b.phpt107 // vim600: sts=4 sw=4 ts=4 encoding=UTF-8
H A Dbug32001.phpt163 // vim600: sts=4 sw=4 ts=4 encoding=UTF-8
/PHP-5.5/ext/pdo_pgsql/
H A Dconfig.m43 dnl vim:et:sw=2:ts=2:
/PHP-5.5/ext/pdo_mysql/
H A Dconfig.m43 dnl vim: se ts=2 sw=2 et:
/PHP-5.5/ext/pdo_odbc/
H A Dconfig.m43 dnl vim:et:sw=2:ts=2:
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in229 DEFINE("PHPDLL", "php" + PHP_VERSION + "ts.dll");
230 DEFINE("PHPLIB", "php" + PHP_VERSION + "ts.lib");
H A Dconfig.w32247 DEFINE("PHPDLL", "php" + PHP_VERSION + "ts.dll");
248 DEFINE("PHPLIB", "php" + PHP_VERSION + "ts.lib");
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp1250 int64_t ts; in PHP_FUNCTION() local
1264 ts = (int64_t)date; in PHP_FUNCTION()
1266 ts_str_len = slprintf(ts_str, sizeof(ts_str), "@%I64d", ts); in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c1159 static struct timeval ts, te; variable
1161 #define TIMEDIFF(te,ts) (((te).tv_usec - (ts).tv_usec) + \ argument
1162 (((te).tv_sec - (ts).tv_sec)*1000000))
1167 static struct tms ts, te; variable
1169 #define TIMEDIFF(te,ts) ((te).tms_utime - (ts).tms_utime) argument
1183 GETTIME(ts);\
1188 OpTime[OpCurr] += TIMEDIFF(te, ts);\
/PHP-5.5/ext/pdo_oci/
H A Dconfig.m43 dnl vim:et:sw=2:ts=2:
/PHP-5.5/
H A D.gdbinit6 set the ts resource, it is impossible for gdb to
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c103741 int ts = getTempStore(zStorageType);
103743 if( db->temp_store==ts ) return SQLITE_OK;
103747 db->temp_store = (u8)ts;

Completed in 384 milliseconds

123456