Searched defs:before (Results 1 - 2 of 2) sorted by relevance

/PHP_5_5/ext/date/lib/
H A Dtm2unixtime.c386 timelib_time_offset *before, *after; local
391 before = timelib_get_time_zone_info(tz->sse, tzi);
392 after = timelib_get_time_zone_info(tz->sse - before->offset, tzi);
396 ((tz->sse - after->offset) >= (after->transistion_time + (before->offset - after->offset))) &&
400 if ((before->offset != after->offset) && !in_transistion) {
405 timelib_time_offset_dtor(before);
/PHP_5_5/ext/sqlite3/libsqlite/
H A Dsqlite3.c55 ** Ticket #2739: The _LARGEFILE_SOURCE macro must appear before any
198 ** The default number of frames to accumulate in the log file before
875 ** NULL before returning.
1668 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
1846 ** before the [sqlite3_config()] call returns.</dd>
1931 ** content of the [sqlite3_mutex_methods] structure before the call to
2115 ** by this routine reverts to what it was before the trigger or virtual
2235 ** is closed or might close before sqlite3_interrupt() returns.
2248 ** that are started after the sqlite3_interrupt() call and before the
2267 ** if additional input is needed before sendin
125924 double before; local
[all...]

Completed in 89 milliseconds