components/sqlite-3/sqlite-3-doc.p5m
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 07 Nov 2016 16:32:57 -0800
changeset 7257 779372532897
parent 5421 7c37e32758f1
child 7770 5efbd9a35bd0
permissions -rw-r--r--
Close of build 112.1.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     1
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     3
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     7
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    12
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    18
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    20
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    21
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    22
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    24
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    25
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    26
<transform file path=usr/share/doc/sqlite3/(.+)$ -> \
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    27
    set action.hash %<1> >
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    28
<transform file path=usr/share/doc/sqlite3/.* -> default facet.doc.html true>
5211
0522531b2f1d 18845433 Documentation pdf files have facet.doc.html=true facet
Rich Burridge <rich.burridge@oracle.com>
parents: 5182
diff changeset
    29
# Remove the "facet.doc.html=true" tag from just the .pdf files.
0522531b2f1d 18845433 Documentation pdf files have facet.doc.html=true facet
Rich Burridge <rich.burridge@oracle.com>
parents: 5182
diff changeset
    30
<transform file path=usr/share/doc/sqlite3/.*\.pdf -> delete facet.doc.html .*>
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    31
set name=pkg.fmri \
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    32
    value=pkg:/database/sqlite-3/documentation@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    33
set name=pkg.summary value="SQL database engine library - Documentation"
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    34
set name=pkg.description \
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    35
    value="Documentation for SQLite which is a self-contained, serverless, zero-configuration, transactional SQL database engine"
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    36
set name=com.oracle.info.description \
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    37
    value="SQL database engine library - Documentation"
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    38
set name=com.oracle.info.tpno value=$(TPNO)
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    39
set name=info.classification \
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    40
    value=org.opensolaris.category.2008:System/Databases
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    41
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    42
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    43
set name=org.opensolaris.arc-caseid value=PSARC/2015/025
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    44
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    45
file path=usr/share/doc/sqlite3/34to35.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    46
file path=usr/share/doc/sqlite3/35to36.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    47
file path=usr/share/doc/sqlite3/about.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
    48
file path=usr/share/doc/sqlite3/aff_short.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    49
file path=usr/share/doc/sqlite3/affcase1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    50
file path=usr/share/doc/sqlite3/amalgamation.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    51
file path=usr/share/doc/sqlite3/appfileformat.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    52
file path=usr/share/doc/sqlite3/arch.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    53
file path=usr/share/doc/sqlite3/asyncvfs.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    54
file path=usr/share/doc/sqlite3/atomiccommit.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    55
file path=usr/share/doc/sqlite3/autoinc.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    56
file path=usr/share/doc/sqlite3/backup.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    57
file path=usr/share/doc/sqlite3/books.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    58
file path=usr/share/doc/sqlite3/btreemodule.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    59
file path=usr/share/doc/sqlite3/c3ref/aggregate_context.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    60
file path=usr/share/doc/sqlite3/c3ref/aggregate_count.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    61
file path=usr/share/doc/sqlite3/c3ref/auto_extension.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    62
file path=usr/share/doc/sqlite3/c3ref/backup.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    63
file path=usr/share/doc/sqlite3/c3ref/backup_finish.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    64
file path=usr/share/doc/sqlite3/c3ref/bind_blob.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    65
file path=usr/share/doc/sqlite3/c3ref/bind_parameter_count.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    66
file path=usr/share/doc/sqlite3/c3ref/bind_parameter_index.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    67
file path=usr/share/doc/sqlite3/c3ref/bind_parameter_name.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    68
file path=usr/share/doc/sqlite3/c3ref/blob.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    69
file path=usr/share/doc/sqlite3/c3ref/blob_bytes.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    70
file path=usr/share/doc/sqlite3/c3ref/blob_close.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    71
file path=usr/share/doc/sqlite3/c3ref/blob_open.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    72
file path=usr/share/doc/sqlite3/c3ref/blob_read.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    73
file path=usr/share/doc/sqlite3/c3ref/blob_reopen.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    74
file path=usr/share/doc/sqlite3/c3ref/blob_write.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    75
file path=usr/share/doc/sqlite3/c3ref/busy_handler.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    76
file path=usr/share/doc/sqlite3/c3ref/busy_timeout.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    77
file path=usr/share/doc/sqlite3/c3ref/c_abort.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    78
file path=usr/share/doc/sqlite3/c3ref/c_abort_rollback.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    79
file path=usr/share/doc/sqlite3/c3ref/c_access_exists.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    80
file path=usr/share/doc/sqlite3/c3ref/c_alter_table.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    81
file path=usr/share/doc/sqlite3/c3ref/c_any.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    82
file path=usr/share/doc/sqlite3/c3ref/c_blob.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    83
file path=usr/share/doc/sqlite3/c3ref/c_checkpoint_full.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    84
file path=usr/share/doc/sqlite3/c3ref/c_config_covering_index_scan.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    85
file path=usr/share/doc/sqlite3/c3ref/c_dbconfig_enable_fkey.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    86
file path=usr/share/doc/sqlite3/c3ref/c_dbstatus_options.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    87
file path=usr/share/doc/sqlite3/c3ref/c_deny.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    88
file path=usr/share/doc/sqlite3/c3ref/c_deterministic.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    89
file path=usr/share/doc/sqlite3/c3ref/c_fail.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    90
file path=usr/share/doc/sqlite3/c3ref/c_fcntl_busyhandler.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    91
file path=usr/share/doc/sqlite3/c3ref/c_index_constraint_eq.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
    92
file path=usr/share/doc/sqlite3/c3ref/c_index_scan_unique.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    93
file path=usr/share/doc/sqlite3/c3ref/c_iocap_atomic.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    94
file path=usr/share/doc/sqlite3/c3ref/c_limit_attached.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    95
file path=usr/share/doc/sqlite3/c3ref/c_lock_exclusive.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    96
file path=usr/share/doc/sqlite3/c3ref/c_mutex_fast.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    97
file path=usr/share/doc/sqlite3/c3ref/c_open_autoproxy.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    98
file path=usr/share/doc/sqlite3/c3ref/c_scanstat_est.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    99
file path=usr/share/doc/sqlite3/c3ref/c_shm_exclusive.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   100
file path=usr/share/doc/sqlite3/c3ref/c_shm_nlock.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   101
file path=usr/share/doc/sqlite3/c3ref/c_source_id.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   102
file path=usr/share/doc/sqlite3/c3ref/c_static.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   103
file path=usr/share/doc/sqlite3/c3ref/c_status_malloc_count.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   104
file path=usr/share/doc/sqlite3/c3ref/c_stmtstatus_counter.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   105
file path=usr/share/doc/sqlite3/c3ref/c_sync_dataonly.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   106
file path=usr/share/doc/sqlite3/c3ref/c_testctrl_always.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   107
file path=usr/share/doc/sqlite3/c3ref/c_vtab_constraint_support.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   108
file path=usr/share/doc/sqlite3/c3ref/cancel_auto_extension.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   109
file path=usr/share/doc/sqlite3/c3ref/changes.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   110
file path=usr/share/doc/sqlite3/c3ref/clear_bindings.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   111
file path=usr/share/doc/sqlite3/c3ref/close.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   112
file path=usr/share/doc/sqlite3/c3ref/collation_needed.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   113
file path=usr/share/doc/sqlite3/c3ref/column_blob.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   114
file path=usr/share/doc/sqlite3/c3ref/column_count.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   115
file path=usr/share/doc/sqlite3/c3ref/column_database_name.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   116
file path=usr/share/doc/sqlite3/c3ref/column_decltype.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   117
file path=usr/share/doc/sqlite3/c3ref/column_name.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   118
file path=usr/share/doc/sqlite3/c3ref/commit_hook.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   119
file path=usr/share/doc/sqlite3/c3ref/compileoption_get.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   120
file path=usr/share/doc/sqlite3/c3ref/complete.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   121
file path=usr/share/doc/sqlite3/c3ref/config.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   122
file path=usr/share/doc/sqlite3/c3ref/constlist.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   123
file path=usr/share/doc/sqlite3/c3ref/context.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   124
file path=usr/share/doc/sqlite3/c3ref/context_db_handle.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   125
file path=usr/share/doc/sqlite3/c3ref/create_collation.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   126
file path=usr/share/doc/sqlite3/c3ref/create_function.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   127
file path=usr/share/doc/sqlite3/c3ref/create_module.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   128
file path=usr/share/doc/sqlite3/c3ref/data_count.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   129
file path=usr/share/doc/sqlite3/c3ref/data_directory.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   130
file path=usr/share/doc/sqlite3/c3ref/db_config.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   131
file path=usr/share/doc/sqlite3/c3ref/db_filename.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   132
file path=usr/share/doc/sqlite3/c3ref/db_handle.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   133
file path=usr/share/doc/sqlite3/c3ref/db_mutex.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   134
file path=usr/share/doc/sqlite3/c3ref/db_readonly.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   135
file path=usr/share/doc/sqlite3/c3ref/db_release_memory.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   136
file path=usr/share/doc/sqlite3/c3ref/db_status.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   137
file path=usr/share/doc/sqlite3/c3ref/declare_vtab.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   138
file path=usr/share/doc/sqlite3/c3ref/enable_load_extension.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   139
file path=usr/share/doc/sqlite3/c3ref/enable_shared_cache.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   140
file path=usr/share/doc/sqlite3/c3ref/errcode.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   141
file path=usr/share/doc/sqlite3/c3ref/exec.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   142
file path=usr/share/doc/sqlite3/c3ref/experimental.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   143
file path=usr/share/doc/sqlite3/c3ref/extended_result_codes.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   144
file path=usr/share/doc/sqlite3/c3ref/file.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   145
file path=usr/share/doc/sqlite3/c3ref/file_control.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   146
file path=usr/share/doc/sqlite3/c3ref/finalize.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   147
file path=usr/share/doc/sqlite3/c3ref/free.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   148
file path=usr/share/doc/sqlite3/c3ref/free_table.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   149
file path=usr/share/doc/sqlite3/c3ref/funclist.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   150
file path=usr/share/doc/sqlite3/c3ref/get_autocommit.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   151
file path=usr/share/doc/sqlite3/c3ref/get_auxdata.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   152
file path=usr/share/doc/sqlite3/c3ref/index_info.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   153
file path=usr/share/doc/sqlite3/c3ref/initialize.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   154
file path=usr/share/doc/sqlite3/c3ref/int64.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   155
file path=usr/share/doc/sqlite3/c3ref/interrupt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   156
file path=usr/share/doc/sqlite3/c3ref/intro.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   157
file path=usr/share/doc/sqlite3/c3ref/io_methods.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   158
file path=usr/share/doc/sqlite3/c3ref/last_insert_rowid.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   159
file path=usr/share/doc/sqlite3/c3ref/libversion.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   160
file path=usr/share/doc/sqlite3/c3ref/limit.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   161
file path=usr/share/doc/sqlite3/c3ref/load_extension.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   162
file path=usr/share/doc/sqlite3/c3ref/log.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   163
file path=usr/share/doc/sqlite3/c3ref/mem_methods.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   164
file path=usr/share/doc/sqlite3/c3ref/memory_highwater.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   165
file path=usr/share/doc/sqlite3/c3ref/module.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   166
file path=usr/share/doc/sqlite3/c3ref/mprintf.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   167
file path=usr/share/doc/sqlite3/c3ref/mutex.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   168
file path=usr/share/doc/sqlite3/c3ref/mutex_alloc.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   169
file path=usr/share/doc/sqlite3/c3ref/mutex_held.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   170
file path=usr/share/doc/sqlite3/c3ref/mutex_methods.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   171
file path=usr/share/doc/sqlite3/c3ref/next_stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   172
file path=usr/share/doc/sqlite3/c3ref/objlist.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   173
file path=usr/share/doc/sqlite3/c3ref/open.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   174
file path=usr/share/doc/sqlite3/c3ref/overload_function.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   175
file path=usr/share/doc/sqlite3/c3ref/pcache.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   176
file path=usr/share/doc/sqlite3/c3ref/pcache_methods2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   177
file path=usr/share/doc/sqlite3/c3ref/pcache_page.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   178
file path=usr/share/doc/sqlite3/c3ref/prepare.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   179
file path=usr/share/doc/sqlite3/c3ref/profile.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   180
file path=usr/share/doc/sqlite3/c3ref/progress_handler.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   181
file path=usr/share/doc/sqlite3/c3ref/randomness.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   182
file path=usr/share/doc/sqlite3/c3ref/release_memory.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   183
file path=usr/share/doc/sqlite3/c3ref/reset.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   184
file path=usr/share/doc/sqlite3/c3ref/reset_auto_extension.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   185
file path=usr/share/doc/sqlite3/c3ref/result_blob.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   186
file path=usr/share/doc/sqlite3/c3ref/result_subtype.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   187
file path=usr/share/doc/sqlite3/c3ref/set_authorizer.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   188
file path=usr/share/doc/sqlite3/c3ref/sleep.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   189
file path=usr/share/doc/sqlite3/c3ref/soft_heap_limit.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   190
file path=usr/share/doc/sqlite3/c3ref/soft_heap_limit64.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   191
file path=usr/share/doc/sqlite3/c3ref/sql.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   192
file path=usr/share/doc/sqlite3/c3ref/sqlite3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   193
file path=usr/share/doc/sqlite3/c3ref/status.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   194
file path=usr/share/doc/sqlite3/c3ref/step.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   195
file path=usr/share/doc/sqlite3/c3ref/stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   196
file path=usr/share/doc/sqlite3/c3ref/stmt_busy.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   197
file path=usr/share/doc/sqlite3/c3ref/stmt_readonly.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   198
file path=usr/share/doc/sqlite3/c3ref/stmt_scanstatus.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   199
file path=usr/share/doc/sqlite3/c3ref/stmt_scanstatus_reset.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   200
file path=usr/share/doc/sqlite3/c3ref/stmt_status.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   201
file path=usr/share/doc/sqlite3/c3ref/strglob.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   202
file path=usr/share/doc/sqlite3/c3ref/stricmp.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   203
file path=usr/share/doc/sqlite3/c3ref/table_column_metadata.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   204
file path=usr/share/doc/sqlite3/c3ref/temp_directory.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   205
file path=usr/share/doc/sqlite3/c3ref/test_control.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   206
file path=usr/share/doc/sqlite3/c3ref/threadsafe.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   207
file path=usr/share/doc/sqlite3/c3ref/total_changes.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   208
file path=usr/share/doc/sqlite3/c3ref/unlock_notify.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   209
file path=usr/share/doc/sqlite3/c3ref/update_hook.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   210
file path=usr/share/doc/sqlite3/c3ref/uri_boolean.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   211
file path=usr/share/doc/sqlite3/c3ref/user_data.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   212
file path=usr/share/doc/sqlite3/c3ref/value.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   213
file path=usr/share/doc/sqlite3/c3ref/value_blob.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   214
file path=usr/share/doc/sqlite3/c3ref/value_dup.html
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   215
file path=usr/share/doc/sqlite3/c3ref/value_subtype.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   216
file path=usr/share/doc/sqlite3/c3ref/vfs.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   217
file path=usr/share/doc/sqlite3/c3ref/vfs_find.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   218
file path=usr/share/doc/sqlite3/c3ref/vtab.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   219
file path=usr/share/doc/sqlite3/c3ref/vtab_config.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   220
file path=usr/share/doc/sqlite3/c3ref/vtab_cursor.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   221
file path=usr/share/doc/sqlite3/c3ref/vtab_on_conflict.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   222
file path=usr/share/doc/sqlite3/c3ref/wal_autocheckpoint.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   223
file path=usr/share/doc/sqlite3/c3ref/wal_checkpoint.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   224
file path=usr/share/doc/sqlite3/c3ref/wal_checkpoint_v2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   225
file path=usr/share/doc/sqlite3/c3ref/wal_hook.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   226
file path=usr/share/doc/sqlite3/c_interface.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   227
file path=usr/share/doc/sqlite3/capi3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   228
file path=usr/share/doc/sqlite3/capi3ref.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   229
file path=usr/share/doc/sqlite3/changes.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   230
file path=usr/share/doc/sqlite3/chronology.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   231
file path=usr/share/doc/sqlite3/cintro.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   232
file path=usr/share/doc/sqlite3/cli.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   233
file path=usr/share/doc/sqlite3/compile.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   234
file path=usr/share/doc/sqlite3/conflict.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   235
file path=usr/share/doc/sqlite3/consortium.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   236
file path=usr/share/doc/sqlite3/consortium_agreement-20071201.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   237
file path=usr/share/doc/sqlite3/copyright-release.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   238
file path=usr/share/doc/sqlite3/copyright-release.pdf
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   239
file path=usr/share/doc/sqlite3/copyright.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   240
file path=usr/share/doc/sqlite3/crew.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   241
file path=usr/share/doc/sqlite3/custombuild.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   242
file path=usr/share/doc/sqlite3/cvstrac.css
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   243
file path=usr/share/doc/sqlite3/datatype3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   244
file path=usr/share/doc/sqlite3/datatypes.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   245
file path=usr/share/doc/sqlite3/dbstat.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   246
file path=usr/share/doc/sqlite3/dev.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   247
file path=usr/share/doc/sqlite3/different.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   248
file path=usr/share/doc/sqlite3/doc_backlink_crossref.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   249
file path=usr/share/doc/sqlite3/doc_keyword_crossref.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   250
file path=usr/share/doc/sqlite3/doc_pagelink_crossref.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   251
file path=usr/share/doc/sqlite3/doc_target_crossref.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   252
file path=usr/share/doc/sqlite3/doclist.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   253
file path=usr/share/doc/sqlite3/docs.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   254
file path=usr/share/doc/sqlite3/download.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   255
file path=usr/share/doc/sqlite3/eqp.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   256
file path=usr/share/doc/sqlite3/errlog.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   257
file path=usr/share/doc/sqlite3/expridx.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   258
file path=usr/share/doc/sqlite3/famous.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   259
file path=usr/share/doc/sqlite3/faq.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   260
file path=usr/share/doc/sqlite3/favicon.ico
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   261
file path=usr/share/doc/sqlite3/features.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   262
file path=usr/share/doc/sqlite3/fileformat.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   263
file path=usr/share/doc/sqlite3/fileformat2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   264
file path=usr/share/doc/sqlite3/fileio.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   265
file path=usr/share/doc/sqlite3/footprint.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   266
file path=usr/share/doc/sqlite3/foreignkeys.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   267
file path=usr/share/doc/sqlite3/formatchng.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   268
file path=usr/share/doc/sqlite3/fts3.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   269
file path=usr/share/doc/sqlite3/fts5.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   270
file path=usr/share/doc/sqlite3/getthecode.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   271
file path=usr/share/doc/sqlite3/howtocompile.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   272
file path=usr/share/doc/sqlite3/howtocorrupt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   273
file path=usr/share/doc/sqlite3/hp1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   274
file path=usr/share/doc/sqlite3/images/2005osaward.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   275
file path=usr/share/doc/sqlite3/images/SQLite.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   276
file path=usr/share/doc/sqlite3/images/SQLite_big.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   277
file path=usr/share/doc/sqlite3/images/ac/commit-0.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   278
file path=usr/share/doc/sqlite3/images/ac/commit-1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   279
file path=usr/share/doc/sqlite3/images/ac/commit-2.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   280
file path=usr/share/doc/sqlite3/images/ac/commit-3.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   281
file path=usr/share/doc/sqlite3/images/ac/commit-4.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   282
file path=usr/share/doc/sqlite3/images/ac/commit-5.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   283
file path=usr/share/doc/sqlite3/images/ac/commit-6.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   284
file path=usr/share/doc/sqlite3/images/ac/commit-7.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   285
file path=usr/share/doc/sqlite3/images/ac/commit-8.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   286
file path=usr/share/doc/sqlite3/images/ac/commit-9.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   287
file path=usr/share/doc/sqlite3/images/ac/commit-A.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   288
file path=usr/share/doc/sqlite3/images/ac/commit-B.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   289
file path=usr/share/doc/sqlite3/images/ac/multi-0.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   290
file path=usr/share/doc/sqlite3/images/ac/multi-1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   291
file path=usr/share/doc/sqlite3/images/ac/multi-2.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   292
file path=usr/share/doc/sqlite3/images/ac/multi-3.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   293
file path=usr/share/doc/sqlite3/images/ac/multi-4.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   294
file path=usr/share/doc/sqlite3/images/ac/multi-5.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   295
file path=usr/share/doc/sqlite3/images/ac/rollback-0.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   296
file path=usr/share/doc/sqlite3/images/ac/rollback-1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   297
file path=usr/share/doc/sqlite3/images/ac/rollback-2.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   298
file path=usr/share/doc/sqlite3/images/ac/rollback-3.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   299
file path=usr/share/doc/sqlite3/images/ac/rollback-4.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   300
file path=usr/share/doc/sqlite3/images/ac/rollback-5.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   301
file path=usr/share/doc/sqlite3/images/apple-touch-icon.png
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   302
file path=usr/share/doc/sqlite3/images/arch.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   303
file path=usr/share/doc/sqlite3/images/arch.png
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   304
file path=usr/share/doc/sqlite3/images/arch2.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   305
file path=usr/share/doc/sqlite3/images/books/aditya.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   306
file path=usr/share/doc/sqlite3/images/books/das.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   307
file path=usr/share/doc/sqlite3/images/books/droessler.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   308
file path=usr/share/doc/sqlite3/images/books/haldar.gif
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   309
file path=usr/share/doc/sqlite3/images/books/haldar2.jpg
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   310
file path=usr/share/doc/sqlite3/images/books/kreibich.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   311
file path=usr/share/doc/sqlite3/images/books/newman.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   312
file path=usr/share/doc/sqlite3/images/books/nishizawa2.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   313
file path=usr/share/doc/sqlite3/images/books/owens.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   314
file path=usr/share/doc/sqlite3/images/books/symbiansql.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   315
file path=usr/share/doc/sqlite3/images/books/vanderLans.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   316
file path=usr/share/doc/sqlite3/images/btreemodule_balance_deeper.svg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   317
file path=usr/share/doc/sqlite3/images/btreemodule_balance_quick.svg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   318
file path=usr/share/doc/sqlite3/images/btreemodule_balance_shallower.svg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   319
file path=usr/share/doc/sqlite3/images/btreemodule_delete1.svg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   320
file path=usr/share/doc/sqlite3/images/btreemodule_overview.svg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   321
file path=usr/share/doc/sqlite3/images/chw.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   322
file path=usr/share/doc/sqlite3/images/dan1.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   323
file path=usr/share/doc/sqlite3/images/direct1b.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   324
file path=usr/share/doc/sqlite3/images/drh1.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   325
file path=usr/share/doc/sqlite3/images/fileformat/db_connection.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   326
file path=usr/share/doc/sqlite3/images/fileformat/examplepop.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   327
file path=usr/share/doc/sqlite3/images/fileformat/fileio_diagrams.odg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   328
file path=usr/share/doc/sqlite3/images/fileformat/filesystem1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   329
file path=usr/share/doc/sqlite3/images/fileformat/filesystem2.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   330
file path=usr/share/doc/sqlite3/images/fileformat/freelistpage.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   331
file path=usr/share/doc/sqlite3/images/fileformat/indexlongrecord.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   332
file path=usr/share/doc/sqlite3/images/fileformat/indexpage.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   333
file path=usr/share/doc/sqlite3/images/fileformat/indexpage.odg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   334
file path=usr/share/doc/sqlite3/images/fileformat/indexshortrecord.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   335
file path=usr/share/doc/sqlite3/images/fileformat/indextree.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   336
file path=usr/share/doc/sqlite3/images/fileformat/journal_format.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   337
file path=usr/share/doc/sqlite3/images/fileformat/journal_header.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   338
file path=usr/share/doc/sqlite3/images/fileformat/journal_record.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   339
file path=usr/share/doc/sqlite3/images/fileformat/master_journal_ptr.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   340
file path=usr/share/doc/sqlite3/images/fileformat/overflowpage.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   341
file path=usr/share/doc/sqlite3/images/fileformat/pointermapentry.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   342
file path=usr/share/doc/sqlite3/images/fileformat/recordformat.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   343
file path=usr/share/doc/sqlite3/images/fileformat/rtdocs.css
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   344
file path=usr/share/doc/sqlite3/images/fileformat/rtdocs.js
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   345
file path=usr/share/doc/sqlite3/images/fileformat/tablelongrecord.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   346
file path=usr/share/doc/sqlite3/images/fileformat/tablenodecell.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   347
file path=usr/share/doc/sqlite3/images/fileformat/tableshortrecord.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   348
file path=usr/share/doc/sqlite3/images/fileformat/tabletree.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   349
file path=usr/share/doc/sqlite3/images/fileformat/vfs_role.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   350
file path=usr/share/doc/sqlite3/images/fileformat/write_transaction.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   351
file path=usr/share/doc/sqlite3/images/foreignlogos/adobe-logo.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   352
file path=usr/share/doc/sqlite3/images/foreignlogos/adobe.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   353
file path=usr/share/doc/sqlite3/images/foreignlogos/airbus1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   354
file path=usr/share/doc/sqlite3/images/foreignlogos/airbus2.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   355
file path=usr/share/doc/sqlite3/images/foreignlogos/apple.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   356
file path=usr/share/doc/sqlite3/images/foreignlogos/bentley.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   357
file path=usr/share/doc/sqlite3/images/foreignlogos/bentley.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   358
file path=usr/share/doc/sqlite3/images/foreignlogos/bloomberg.gif
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   359
file path=usr/share/doc/sqlite3/images/foreignlogos/bosch_logo1.gif
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   360
file path=usr/share/doc/sqlite3/images/foreignlogos/dropbox.gif
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   361
file path=usr/share/doc/sqlite3/images/foreignlogos/expensify.png
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   362
file path=usr/share/doc/sqlite3/images/foreignlogos/firefox.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   363
file path=usr/share/doc/sqlite3/images/foreignlogos/flame.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   364
file path=usr/share/doc/sqlite3/images/foreignlogos/ge.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   365
file path=usr/share/doc/sqlite3/images/foreignlogos/google.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   366
file path=usr/share/doc/sqlite3/images/foreignlogos/intuit.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   367
file path=usr/share/doc/sqlite3/images/foreignlogos/mcaffee.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   368
file path=usr/share/doc/sqlite3/images/foreignlogos/microsoft.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   369
file path=usr/share/doc/sqlite3/images/foreignlogos/monotone.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   370
file path=usr/share/doc/sqlite3/images/foreignlogos/mozilla.gif
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   371
file path=usr/share/doc/sqlite3/images/foreignlogos/nds.png
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   372
file path=usr/share/doc/sqlite3/images/foreignlogos/nokia.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   373
file path=usr/share/doc/sqlite3/images/foreignlogos/oracle.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   374
file path=usr/share/doc/sqlite3/images/foreignlogos/philips.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   375
file path=usr/share/doc/sqlite3/images/foreignlogos/php.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   376
file path=usr/share/doc/sqlite3/images/foreignlogos/python.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   377
file path=usr/share/doc/sqlite3/images/foreignlogos/realbasic.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   378
file path=usr/share/doc/sqlite3/images/foreignlogos/skype.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   379
file path=usr/share/doc/sqlite3/images/foreignlogos/sony.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   380
file path=usr/share/doc/sqlite3/images/foreignlogos/sunmicro.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   381
file path=usr/share/doc/sqlite3/images/foreignlogos/symbian.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   382
file path=usr/share/doc/sqlite3/images/foreignlogos/tcl.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   383
file path=usr/share/doc/sqlite3/images/foreignlogos/toshiba.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   384
file path=usr/share/doc/sqlite3/images/fts3_doclist.png
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   385
file path=usr/share/doc/sqlite3/images/fts3_doclist.svg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   386
file path=usr/share/doc/sqlite3/images/fts3_doclist2.png
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   387
file path=usr/share/doc/sqlite3/images/fts3_doclist2.svg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   388
file path=usr/share/doc/sqlite3/images/fts3_interior_node.png
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   389
file path=usr/share/doc/sqlite3/images/fts3_interior_node.svg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   390
file path=usr/share/doc/sqlite3/images/fts3_leaf_node.png
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   391
file path=usr/share/doc/sqlite3/images/fts3_leaf_node.svg
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   392
file path=usr/share/doc/sqlite3/images/fts5_formula.odf
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   393
file path=usr/share/doc/sqlite3/images/fts5_formula1.png
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   394
file path=usr/share/doc/sqlite3/images/fts5_formula2.png
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   395
file path=usr/share/doc/sqlite3/images/fts5_formula3.png
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   396
file path=usr/share/doc/sqlite3/images/fullscanb.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   397
file path=usr/share/doc/sqlite3/images/harmony.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   398
file path=usr/share/doc/sqlite3/images/index-ex1-x-b.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   399
file path=usr/share/doc/sqlite3/images/indirect1b1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   400
file path=usr/share/doc/sqlite3/images/joe1.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   401
file path=usr/share/doc/sqlite3/images/ne.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   402
file path=usr/share/doc/sqlite3/images/ne.png
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   403
file path=usr/share/doc/sqlite3/images/nocopy.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   404
file path=usr/share/doc/sqlite3/images/nw.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   405
file path=usr/share/doc/sqlite3/images/nw.png
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   406
file path=usr/share/doc/sqlite3/images/powered_by_sqlite.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   407
file path=usr/share/doc/sqlite3/images/private_branch.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   408
file path=usr/share/doc/sqlite3/images/qp/fqp1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   409
file path=usr/share/doc/sqlite3/images/qp/fruitobstate.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   410
file path=usr/share/doc/sqlite3/images/qp/fruitobstate0.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   411
file path=usr/share/doc/sqlite3/images/qp/fullscan.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   412
file path=usr/share/doc/sqlite3/images/qp/idx1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   413
file path=usr/share/doc/sqlite3/images/qp/idx1lu1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   414
file path=usr/share/doc/sqlite3/images/qp/idx1lu2.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   415
file path=usr/share/doc/sqlite3/images/qp/idx1lu3.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   416
file path=usr/share/doc/sqlite3/images/qp/idx2.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   417
file path=usr/share/doc/sqlite3/images/qp/idx2lu1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   418
file path=usr/share/doc/sqlite3/images/qp/idx3.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   419
file path=usr/share/doc/sqlite3/images/qp/idx3lu1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   420
file path=usr/share/doc/sqlite3/images/qp/idx3lu2.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   421
file path=usr/share/doc/sqlite3/images/qp/idx4.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   422
file path=usr/share/doc/sqlite3/images/qp/idx4lu1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   423
file path=usr/share/doc/sqlite3/images/qp/obfruitidx1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   424
file path=usr/share/doc/sqlite3/images/qp/obfruitidx4.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   425
file path=usr/share/doc/sqlite3/images/qp/obfruitnoidx.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   426
file path=usr/share/doc/sqlite3/images/qp/obrowid.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   427
file path=usr/share/doc/sqlite3/images/qp/orquery.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   428
file path=usr/share/doc/sqlite3/images/qp/partial-sort.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   429
file path=usr/share/doc/sqlite3/images/qp/rowidlu.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   430
file path=usr/share/doc/sqlite3/images/qp/tab.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   431
file path=usr/share/doc/sqlite3/images/qp/tpchq8.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   432
file path=usr/share/doc/sqlite3/images/se.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   433
file path=usr/share/doc/sqlite3/images/se.png
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   434
file path=usr/share/doc/sqlite3/images/shane1.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   435
file path=usr/share/doc/sqlite3/images/shared.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   436
file path=usr/share/doc/sqlite3/images/sqlite370.jpg
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   437
file path=usr/share/doc/sqlite3/images/sqlite370_banner.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   438
file path=usr/share/doc/sqlite3/images/src_logo.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   439
file path=usr/share/doc/sqlite3/images/sw.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   440
file path=usr/share/doc/sqlite3/images/sw.png
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   441
file path=usr/share/doc/sqlite3/images/syntax/alter-table-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   442
file path=usr/share/doc/sqlite3/images/syntax/analyze-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   443
file path=usr/share/doc/sqlite3/images/syntax/attach-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   444
file path=usr/share/doc/sqlite3/images/syntax/begin-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   445
file path=usr/share/doc/sqlite3/images/syntax/column-constraint.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   446
file path=usr/share/doc/sqlite3/images/syntax/column-def.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   447
file path=usr/share/doc/sqlite3/images/syntax/comment-syntax.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   448
file path=usr/share/doc/sqlite3/images/syntax/commit-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   449
file path=usr/share/doc/sqlite3/images/syntax/common-table-expression.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   450
file path=usr/share/doc/sqlite3/images/syntax/compound-operator.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   451
file path=usr/share/doc/sqlite3/images/syntax/compound-select-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   452
file path=usr/share/doc/sqlite3/images/syntax/conflict-clause.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   453
file path=usr/share/doc/sqlite3/images/syntax/create-index-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   454
file path=usr/share/doc/sqlite3/images/syntax/create-table-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   455
file path=usr/share/doc/sqlite3/images/syntax/create-trigger-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   456
file path=usr/share/doc/sqlite3/images/syntax/create-view-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   457
file path=usr/share/doc/sqlite3/images/syntax/create-virtual-table-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   458
file path=usr/share/doc/sqlite3/images/syntax/cte-table-name.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   459
file path=usr/share/doc/sqlite3/images/syntax/delete-stmt-limited.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   460
file path=usr/share/doc/sqlite3/images/syntax/delete-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   461
file path=usr/share/doc/sqlite3/images/syntax/detach-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   462
file path=usr/share/doc/sqlite3/images/syntax/drop-index-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   463
file path=usr/share/doc/sqlite3/images/syntax/drop-table-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   464
file path=usr/share/doc/sqlite3/images/syntax/drop-trigger-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   465
file path=usr/share/doc/sqlite3/images/syntax/drop-view-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   466
file path=usr/share/doc/sqlite3/images/syntax/expr.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   467
file path=usr/share/doc/sqlite3/images/syntax/factored-select-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   468
file path=usr/share/doc/sqlite3/images/syntax/foreign-key-clause.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   469
file path=usr/share/doc/sqlite3/images/syntax/indexed-column.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   470
file path=usr/share/doc/sqlite3/images/syntax/insert-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   471
file path=usr/share/doc/sqlite3/images/syntax/join-clause.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   472
file path=usr/share/doc/sqlite3/images/syntax/join-constraint.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   473
file path=usr/share/doc/sqlite3/images/syntax/join-operator.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   474
file path=usr/share/doc/sqlite3/images/syntax/literal-value.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   475
file path=usr/share/doc/sqlite3/images/syntax/numeric-literal.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   476
file path=usr/share/doc/sqlite3/images/syntax/ordering-term.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   477
file path=usr/share/doc/sqlite3/images/syntax/pragma-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   478
file path=usr/share/doc/sqlite3/images/syntax/pragma-value.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   479
file path=usr/share/doc/sqlite3/images/syntax/qualified-table-name.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   480
file path=usr/share/doc/sqlite3/images/syntax/raise-function.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   481
file path=usr/share/doc/sqlite3/images/syntax/recursive-cte.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   482
file path=usr/share/doc/sqlite3/images/syntax/reindex-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   483
file path=usr/share/doc/sqlite3/images/syntax/release-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   484
file path=usr/share/doc/sqlite3/images/syntax/result-column.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   485
file path=usr/share/doc/sqlite3/images/syntax/rollback-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   486
file path=usr/share/doc/sqlite3/images/syntax/savepoint-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   487
file path=usr/share/doc/sqlite3/images/syntax/select-core.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   488
file path=usr/share/doc/sqlite3/images/syntax/select-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   489
file path=usr/share/doc/sqlite3/images/syntax/signed-number.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   490
file path=usr/share/doc/sqlite3/images/syntax/simple-select-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   491
file path=usr/share/doc/sqlite3/images/syntax/sql-stmt-list.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   492
file path=usr/share/doc/sqlite3/images/syntax/sql-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   493
file path=usr/share/doc/sqlite3/images/syntax/table-constraint.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   494
file path=usr/share/doc/sqlite3/images/syntax/table-or-subquery.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   495
file path=usr/share/doc/sqlite3/images/syntax/type-name.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   496
file path=usr/share/doc/sqlite3/images/syntax/update-stmt-limited.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   497
file path=usr/share/doc/sqlite3/images/syntax/update-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   498
file path=usr/share/doc/sqlite3/images/syntax/vacuum-stmt.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   499
file path=usr/share/doc/sqlite3/images/syntax/with-clause.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   500
file path=usr/share/doc/sqlite3/images/table-ex1b2.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   501
file path=usr/share/doc/sqlite3/images/vfs1.gif
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   502
file path=usr/share/doc/sqlite3/index.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   503
file path=usr/share/doc/sqlite3/inmemorydb.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   504
file path=usr/share/doc/sqlite3/intern-v-extern-blob.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   505
file path=usr/share/doc/sqlite3/isolation.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   506
file path=usr/share/doc/sqlite3/keyword_index.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   507
file path=usr/share/doc/sqlite3/lang.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   508
file path=usr/share/doc/sqlite3/lang_aggfunc.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   509
file path=usr/share/doc/sqlite3/lang_altertable.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   510
file path=usr/share/doc/sqlite3/lang_analyze.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   511
file path=usr/share/doc/sqlite3/lang_attach.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   512
file path=usr/share/doc/sqlite3/lang_comment.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   513
file path=usr/share/doc/sqlite3/lang_conflict.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   514
file path=usr/share/doc/sqlite3/lang_corefunc.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   515
file path=usr/share/doc/sqlite3/lang_createindex.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   516
file path=usr/share/doc/sqlite3/lang_createtable.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   517
file path=usr/share/doc/sqlite3/lang_createtrigger.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   518
file path=usr/share/doc/sqlite3/lang_createview.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   519
file path=usr/share/doc/sqlite3/lang_createvtab.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   520
file path=usr/share/doc/sqlite3/lang_datefunc.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   521
file path=usr/share/doc/sqlite3/lang_delete.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   522
file path=usr/share/doc/sqlite3/lang_detach.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   523
file path=usr/share/doc/sqlite3/lang_dropindex.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   524
file path=usr/share/doc/sqlite3/lang_droptable.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   525
file path=usr/share/doc/sqlite3/lang_droptrigger.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   526
file path=usr/share/doc/sqlite3/lang_dropview.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   527
file path=usr/share/doc/sqlite3/lang_explain.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   528
file path=usr/share/doc/sqlite3/lang_expr.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   529
file path=usr/share/doc/sqlite3/lang_indexedby.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   530
file path=usr/share/doc/sqlite3/lang_insert.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   531
file path=usr/share/doc/sqlite3/lang_keywords.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   532
file path=usr/share/doc/sqlite3/lang_naming.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   533
file path=usr/share/doc/sqlite3/lang_reindex.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   534
file path=usr/share/doc/sqlite3/lang_replace.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   535
file path=usr/share/doc/sqlite3/lang_savepoint.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   536
file path=usr/share/doc/sqlite3/lang_select.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   537
file path=usr/share/doc/sqlite3/lang_transaction.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   538
file path=usr/share/doc/sqlite3/lang_update.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   539
file path=usr/share/doc/sqlite3/lang_vacuum.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   540
file path=usr/share/doc/sqlite3/lang_with.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   541
file path=usr/share/doc/sqlite3/limits.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   542
file path=usr/share/doc/sqlite3/loadext.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   543
file path=usr/share/doc/sqlite3/lockingv3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   544
file path=usr/share/doc/sqlite3/malloc.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   545
file path=usr/share/doc/sqlite3/mingw.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   546
file path=usr/share/doc/sqlite3/mmap.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   547
file path=usr/share/doc/sqlite3/mostdeployed.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   548
file path=usr/share/doc/sqlite3/news.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   549
file path=usr/share/doc/sqlite3/not-found.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   550
file path=usr/share/doc/sqlite3/nulls.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   551
file path=usr/share/doc/sqlite3/oldnews.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   552
file path=usr/share/doc/sqlite3/omitted.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   553
file path=usr/share/doc/sqlite3/onefile.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   554
file path=usr/share/doc/sqlite3/opcode.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   555
file path=usr/share/doc/sqlite3/optoverview.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   556
file path=usr/share/doc/sqlite3/partialindex.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   557
file path=usr/share/doc/sqlite3/pragma.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   558
file path=usr/share/doc/sqlite3/pressrelease-20071212.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   559
file path=usr/share/doc/sqlite3/privatebranch.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   560
file path=usr/share/doc/sqlite3/psow.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   561
file path=usr/share/doc/sqlite3/queryplanner-ng.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   562
file path=usr/share/doc/sqlite3/queryplanner.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   563
file path=usr/share/doc/sqlite3/quickstart.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   564
file path=usr/share/doc/sqlite3/rbu.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   565
file path=usr/share/doc/sqlite3/releaselog/3_0_0.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   566
file path=usr/share/doc/sqlite3/releaselog/3_0_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   567
file path=usr/share/doc/sqlite3/releaselog/3_0_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   568
file path=usr/share/doc/sqlite3/releaselog/3_0_3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   569
file path=usr/share/doc/sqlite3/releaselog/3_0_4.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   570
file path=usr/share/doc/sqlite3/releaselog/3_0_5.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   571
file path=usr/share/doc/sqlite3/releaselog/3_0_6.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   572
file path=usr/share/doc/sqlite3/releaselog/3_0_7.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   573
file path=usr/share/doc/sqlite3/releaselog/3_0_8.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   574
file path=usr/share/doc/sqlite3/releaselog/3_1_0.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   575
file path=usr/share/doc/sqlite3/releaselog/3_1_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   576
file path=usr/share/doc/sqlite3/releaselog/3_1_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   577
file path=usr/share/doc/sqlite3/releaselog/3_1_3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   578
file path=usr/share/doc/sqlite3/releaselog/3_1_4.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   579
file path=usr/share/doc/sqlite3/releaselog/3_1_5.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   580
file path=usr/share/doc/sqlite3/releaselog/3_1_6.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   581
file path=usr/share/doc/sqlite3/releaselog/3_2_0.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   582
file path=usr/share/doc/sqlite3/releaselog/3_2_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   583
file path=usr/share/doc/sqlite3/releaselog/3_2_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   584
file path=usr/share/doc/sqlite3/releaselog/3_2_3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   585
file path=usr/share/doc/sqlite3/releaselog/3_2_4.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   586
file path=usr/share/doc/sqlite3/releaselog/3_2_5.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   587
file path=usr/share/doc/sqlite3/releaselog/3_2_6.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   588
file path=usr/share/doc/sqlite3/releaselog/3_2_7.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   589
file path=usr/share/doc/sqlite3/releaselog/3_2_8.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   590
file path=usr/share/doc/sqlite3/releaselog/3_3_0.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   591
file path=usr/share/doc/sqlite3/releaselog/3_3_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   592
file path=usr/share/doc/sqlite3/releaselog/3_3_10.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   593
file path=usr/share/doc/sqlite3/releaselog/3_3_11.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   594
file path=usr/share/doc/sqlite3/releaselog/3_3_12.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   595
file path=usr/share/doc/sqlite3/releaselog/3_3_13.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   596
file path=usr/share/doc/sqlite3/releaselog/3_3_14.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   597
file path=usr/share/doc/sqlite3/releaselog/3_3_15.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   598
file path=usr/share/doc/sqlite3/releaselog/3_3_16.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   599
file path=usr/share/doc/sqlite3/releaselog/3_3_17.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   600
file path=usr/share/doc/sqlite3/releaselog/3_3_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   601
file path=usr/share/doc/sqlite3/releaselog/3_3_3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   602
file path=usr/share/doc/sqlite3/releaselog/3_3_4.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   603
file path=usr/share/doc/sqlite3/releaselog/3_3_5.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   604
file path=usr/share/doc/sqlite3/releaselog/3_3_6.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   605
file path=usr/share/doc/sqlite3/releaselog/3_3_7.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   606
file path=usr/share/doc/sqlite3/releaselog/3_3_8.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   607
file path=usr/share/doc/sqlite3/releaselog/3_3_9.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   608
file path=usr/share/doc/sqlite3/releaselog/3_4_0.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   609
file path=usr/share/doc/sqlite3/releaselog/3_4_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   610
file path=usr/share/doc/sqlite3/releaselog/3_4_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   611
file path=usr/share/doc/sqlite3/releaselog/3_5_0.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   612
file path=usr/share/doc/sqlite3/releaselog/3_5_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   613
file path=usr/share/doc/sqlite3/releaselog/3_5_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   614
file path=usr/share/doc/sqlite3/releaselog/3_5_3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   615
file path=usr/share/doc/sqlite3/releaselog/3_5_4.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   616
file path=usr/share/doc/sqlite3/releaselog/3_5_5.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   617
file path=usr/share/doc/sqlite3/releaselog/3_5_6.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   618
file path=usr/share/doc/sqlite3/releaselog/3_5_7.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   619
file path=usr/share/doc/sqlite3/releaselog/3_5_8.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   620
file path=usr/share/doc/sqlite3/releaselog/3_5_9.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   621
file path=usr/share/doc/sqlite3/releaselog/3_6_0.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   622
file path=usr/share/doc/sqlite3/releaselog/3_6_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   623
file path=usr/share/doc/sqlite3/releaselog/3_6_10.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   624
file path=usr/share/doc/sqlite3/releaselog/3_6_11.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   625
file path=usr/share/doc/sqlite3/releaselog/3_6_12.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   626
file path=usr/share/doc/sqlite3/releaselog/3_6_13.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   627
file path=usr/share/doc/sqlite3/releaselog/3_6_14.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   628
file path=usr/share/doc/sqlite3/releaselog/3_6_14_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   629
file path=usr/share/doc/sqlite3/releaselog/3_6_14_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   630
file path=usr/share/doc/sqlite3/releaselog/3_6_15.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   631
file path=usr/share/doc/sqlite3/releaselog/3_6_16.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   632
file path=usr/share/doc/sqlite3/releaselog/3_6_16_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   633
file path=usr/share/doc/sqlite3/releaselog/3_6_17.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   634
file path=usr/share/doc/sqlite3/releaselog/3_6_18.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   635
file path=usr/share/doc/sqlite3/releaselog/3_6_19.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   636
file path=usr/share/doc/sqlite3/releaselog/3_6_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   637
file path=usr/share/doc/sqlite3/releaselog/3_6_20.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   638
file path=usr/share/doc/sqlite3/releaselog/3_6_21.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   639
file path=usr/share/doc/sqlite3/releaselog/3_6_22.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   640
file path=usr/share/doc/sqlite3/releaselog/3_6_23.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   641
file path=usr/share/doc/sqlite3/releaselog/3_6_23_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   642
file path=usr/share/doc/sqlite3/releaselog/3_6_3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   643
file path=usr/share/doc/sqlite3/releaselog/3_6_4.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   644
file path=usr/share/doc/sqlite3/releaselog/3_6_5.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   645
file path=usr/share/doc/sqlite3/releaselog/3_6_6.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   646
file path=usr/share/doc/sqlite3/releaselog/3_6_6_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   647
file path=usr/share/doc/sqlite3/releaselog/3_6_6_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   648
file path=usr/share/doc/sqlite3/releaselog/3_6_7.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   649
file path=usr/share/doc/sqlite3/releaselog/3_6_8.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   650
file path=usr/share/doc/sqlite3/releaselog/3_6_9.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   651
file path=usr/share/doc/sqlite3/releaselog/3_7_0.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   652
file path=usr/share/doc/sqlite3/releaselog/3_7_0_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   653
file path=usr/share/doc/sqlite3/releaselog/3_7_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   654
file path=usr/share/doc/sqlite3/releaselog/3_7_10.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   655
file path=usr/share/doc/sqlite3/releaselog/3_7_11.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   656
file path=usr/share/doc/sqlite3/releaselog/3_7_12.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   657
file path=usr/share/doc/sqlite3/releaselog/3_7_12_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   658
file path=usr/share/doc/sqlite3/releaselog/3_7_13.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   659
file path=usr/share/doc/sqlite3/releaselog/3_7_14.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   660
file path=usr/share/doc/sqlite3/releaselog/3_7_14_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   661
file path=usr/share/doc/sqlite3/releaselog/3_7_15.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   662
file path=usr/share/doc/sqlite3/releaselog/3_7_15_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   663
file path=usr/share/doc/sqlite3/releaselog/3_7_15_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   664
file path=usr/share/doc/sqlite3/releaselog/3_7_16.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   665
file path=usr/share/doc/sqlite3/releaselog/3_7_16_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   666
file path=usr/share/doc/sqlite3/releaselog/3_7_16_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   667
file path=usr/share/doc/sqlite3/releaselog/3_7_17.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   668
file path=usr/share/doc/sqlite3/releaselog/3_7_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   669
file path=usr/share/doc/sqlite3/releaselog/3_7_3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   670
file path=usr/share/doc/sqlite3/releaselog/3_7_4.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   671
file path=usr/share/doc/sqlite3/releaselog/3_7_5.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   672
file path=usr/share/doc/sqlite3/releaselog/3_7_6.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   673
file path=usr/share/doc/sqlite3/releaselog/3_7_6_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   674
file path=usr/share/doc/sqlite3/releaselog/3_7_6_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   675
file path=usr/share/doc/sqlite3/releaselog/3_7_6_3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   676
file path=usr/share/doc/sqlite3/releaselog/3_7_7.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   677
file path=usr/share/doc/sqlite3/releaselog/3_7_7_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   678
file path=usr/share/doc/sqlite3/releaselog/3_7_8.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   679
file path=usr/share/doc/sqlite3/releaselog/3_7_9.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   680
file path=usr/share/doc/sqlite3/releaselog/3_8_0.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   681
file path=usr/share/doc/sqlite3/releaselog/3_8_0_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   682
file path=usr/share/doc/sqlite3/releaselog/3_8_0_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   683
file path=usr/share/doc/sqlite3/releaselog/3_8_1.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   684
file path=usr/share/doc/sqlite3/releaselog/3_8_10.html
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   685
file path=usr/share/doc/sqlite3/releaselog/3_8_10_1.html
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   686
file path=usr/share/doc/sqlite3/releaselog/3_8_10_2.html
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   687
file path=usr/share/doc/sqlite3/releaselog/3_8_11.html
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   688
file path=usr/share/doc/sqlite3/releaselog/3_8_11_1.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   689
file path=usr/share/doc/sqlite3/releaselog/3_8_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   690
file path=usr/share/doc/sqlite3/releaselog/3_8_3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   691
file path=usr/share/doc/sqlite3/releaselog/3_8_3_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   692
file path=usr/share/doc/sqlite3/releaselog/3_8_4.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   693
file path=usr/share/doc/sqlite3/releaselog/3_8_4_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   694
file path=usr/share/doc/sqlite3/releaselog/3_8_4_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   695
file path=usr/share/doc/sqlite3/releaselog/3_8_4_3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   696
file path=usr/share/doc/sqlite3/releaselog/3_8_5.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   697
file path=usr/share/doc/sqlite3/releaselog/3_8_6.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   698
file path=usr/share/doc/sqlite3/releaselog/3_8_7.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   699
file path=usr/share/doc/sqlite3/releaselog/3_8_7_1.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   700
file path=usr/share/doc/sqlite3/releaselog/3_8_7_2.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   701
file path=usr/share/doc/sqlite3/releaselog/3_8_7_3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   702
file path=usr/share/doc/sqlite3/releaselog/3_8_7_4.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   703
file path=usr/share/doc/sqlite3/releaselog/3_8_8.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   704
file path=usr/share/doc/sqlite3/releaselog/3_8_8_1.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   705
file path=usr/share/doc/sqlite3/releaselog/3_9_0.html
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   706
file path=usr/share/doc/sqlite3/releaselog/3_9_1.html
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   707
file path=usr/share/doc/sqlite3/releaselog/3_9_2.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   708
file path=usr/share/doc/sqlite3/releaselog/current.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   709
file path=usr/share/doc/sqlite3/requirements.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   710
file path=usr/share/doc/sqlite3/rescode.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   711
file path=usr/share/doc/sqlite3/robots.txt
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   712
file path=usr/share/doc/sqlite3/rtree.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   713
file path=usr/share/doc/sqlite3/selfcontained.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   714
file path=usr/share/doc/sqlite3/serverless.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   715
file path=usr/share/doc/sqlite3/session.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   716
file path=usr/share/doc/sqlite3/session/constlist.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   717
file path=usr/share/doc/sqlite3/session/funclist.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   718
file path=usr/share/doc/sqlite3/session/intro.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   719
file path=usr/share/doc/sqlite3/session/objlist.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   720
file path=usr/share/doc/sqlite3/sharedcache.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   721
file path=usr/share/doc/sqlite3/shortnames.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   722
file path=usr/share/doc/sqlite3/sitemap.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   723
file path=usr/share/doc/sqlite3/speed.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   724
file path=usr/share/doc/sqlite3/spellfix1.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   725
file path=usr/share/doc/sqlite3/sqldiff.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   726
file path=usr/share/doc/sqlite3/sqlite.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   727
file path=usr/share/doc/sqlite3/support.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   728
file path=usr/share/doc/sqlite3/syntax.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   729
file path=usr/share/doc/sqlite3/syntax/alter-table-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   730
file path=usr/share/doc/sqlite3/syntax/analyze-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   731
file path=usr/share/doc/sqlite3/syntax/attach-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   732
file path=usr/share/doc/sqlite3/syntax/begin-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   733
file path=usr/share/doc/sqlite3/syntax/column-constraint.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   734
file path=usr/share/doc/sqlite3/syntax/column-def.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   735
file path=usr/share/doc/sqlite3/syntax/comment-syntax.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   736
file path=usr/share/doc/sqlite3/syntax/commit-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   737
file path=usr/share/doc/sqlite3/syntax/common-table-expression.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   738
file path=usr/share/doc/sqlite3/syntax/compound-operator.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   739
file path=usr/share/doc/sqlite3/syntax/compound-select-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   740
file path=usr/share/doc/sqlite3/syntax/conflict-clause.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   741
file path=usr/share/doc/sqlite3/syntax/create-index-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   742
file path=usr/share/doc/sqlite3/syntax/create-table-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   743
file path=usr/share/doc/sqlite3/syntax/create-trigger-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   744
file path=usr/share/doc/sqlite3/syntax/create-view-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   745
file path=usr/share/doc/sqlite3/syntax/create-virtual-table-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   746
file path=usr/share/doc/sqlite3/syntax/cte-table-name.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   747
file path=usr/share/doc/sqlite3/syntax/delete-stmt-limited.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   748
file path=usr/share/doc/sqlite3/syntax/delete-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   749
file path=usr/share/doc/sqlite3/syntax/detach-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   750
file path=usr/share/doc/sqlite3/syntax/drop-index-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   751
file path=usr/share/doc/sqlite3/syntax/drop-table-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   752
file path=usr/share/doc/sqlite3/syntax/drop-trigger-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   753
file path=usr/share/doc/sqlite3/syntax/drop-view-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   754
file path=usr/share/doc/sqlite3/syntax/expr.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   755
file path=usr/share/doc/sqlite3/syntax/factored-select-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   756
file path=usr/share/doc/sqlite3/syntax/foreign-key-clause.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   757
file path=usr/share/doc/sqlite3/syntax/indexed-column.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   758
file path=usr/share/doc/sqlite3/syntax/insert-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   759
file path=usr/share/doc/sqlite3/syntax/join-clause.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   760
file path=usr/share/doc/sqlite3/syntax/join-constraint.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   761
file path=usr/share/doc/sqlite3/syntax/join-operator.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   762
file path=usr/share/doc/sqlite3/syntax/literal-value.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   763
file path=usr/share/doc/sqlite3/syntax/numeric-literal.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   764
file path=usr/share/doc/sqlite3/syntax/ordering-term.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   765
file path=usr/share/doc/sqlite3/syntax/pragma-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   766
file path=usr/share/doc/sqlite3/syntax/pragma-value.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   767
file path=usr/share/doc/sqlite3/syntax/qualified-table-name.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   768
file path=usr/share/doc/sqlite3/syntax/raise-function.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   769
file path=usr/share/doc/sqlite3/syntax/recursive-cte.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   770
file path=usr/share/doc/sqlite3/syntax/reindex-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   771
file path=usr/share/doc/sqlite3/syntax/release-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   772
file path=usr/share/doc/sqlite3/syntax/result-column.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   773
file path=usr/share/doc/sqlite3/syntax/rollback-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   774
file path=usr/share/doc/sqlite3/syntax/savepoint-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   775
file path=usr/share/doc/sqlite3/syntax/select-core.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   776
file path=usr/share/doc/sqlite3/syntax/select-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   777
file path=usr/share/doc/sqlite3/syntax/signed-number.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   778
file path=usr/share/doc/sqlite3/syntax/simple-select-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   779
file path=usr/share/doc/sqlite3/syntax/sql-stmt-list.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   780
file path=usr/share/doc/sqlite3/syntax/sql-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   781
file path=usr/share/doc/sqlite3/syntax/table-constraint.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   782
file path=usr/share/doc/sqlite3/syntax/table-or-subquery.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   783
file path=usr/share/doc/sqlite3/syntax/type-name.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   784
file path=usr/share/doc/sqlite3/syntax/update-stmt-limited.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   785
file path=usr/share/doc/sqlite3/syntax/update-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   786
file path=usr/share/doc/sqlite3/syntax/vacuum-stmt.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   787
file path=usr/share/doc/sqlite3/syntax/with-clause.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   788
file path=usr/share/doc/sqlite3/syntaxdiagrams.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   789
file path=usr/share/doc/sqlite3/tclsqlite.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   790
file path=usr/share/doc/sqlite3/tempfiles.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   791
file path=usr/share/doc/sqlite3/testing.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   792
file path=usr/share/doc/sqlite3/th3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   793
file path=usr/share/doc/sqlite3/threadsafe.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   794
file path=usr/share/doc/sqlite3/toc.db
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   795
file path=usr/share/doc/sqlite3/transactional.html
5421
7c37e32758f1 22666985 Upgrade sqlite to 3.9.2
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5211
diff changeset
   796
file path=usr/share/doc/sqlite3/undoredo.html
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   797
file path=usr/share/doc/sqlite3/unlock_notify.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   798
file path=usr/share/doc/sqlite3/uri.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   799
file path=usr/share/doc/sqlite3/vdbe.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   800
file path=usr/share/doc/sqlite3/version3.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   801
file path=usr/share/doc/sqlite3/vfs.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   802
file path=usr/share/doc/sqlite3/vtab.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   803
file path=usr/share/doc/sqlite3/wal.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   804
file path=usr/share/doc/sqlite3/whentouse.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   805
file path=usr/share/doc/sqlite3/withoutrowid.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   806
file path=usr/share/doc/sqlite3/zeroconf.html
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   807
license sqlite.license license="Public Domain"
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
   808
depend type=require fmri=database/sqlite-3