Searched refs:statements (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/contrib/com_err/
H A Dparse.y66 | header statements
94 statements : statement label
95 | statements statement
/freebsd-10.0-release/crypto/heimdal/lib/com_err/
H A Dparse.y66 | header statements
94 statements : statement label
95 | statements statement
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_util.c32 The goal of it file is simple: just execute SQLite statements. That is,
50 WC_QUERIES_SQL_DECLARE_STATEMENTS(statements); variable
158 my_statements ? my_statements : statements,
H A Dwc-metadata.sql42 /* One big list of statements to create our (current) schema. */
877 Before we release 1.7, these statements will be pulled into a format bump
H A Dwc-queries.sql1694 /* Grab all the statements related to the schema. */
/freebsd-10.0-release/usr.bin/iscsictl/
H A Dparse.y72 statements: label
74 statements target_statement
/freebsd-10.0-release/usr.sbin/rrenumd/
H A Dparser.y122 | statements
125 statements: label
127 | statements statement
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache.c41 REP_CACHE_DB_SQL_DECLARE_STATEMENTS(statements); variable
89 svn_sqlite__mode_rwcreate, statements,
/freebsd-10.0-release/usr.sbin/ctld/
H A Dparse.y76 statements: label
78 statements statement
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c231 All internal statements that use this api are executed with step_done(),
237 /* The internal statements are stored after the registered statements */
826 /* Finalize any existing prepared statements. */
848 /* And finalize any used internal statements */
879 svn_sqlite__mode_t mode, const char * const statements[],
935 /* Store the provided statements. */
936 if (statements)
938 (*db)->statement_strings = statements;
940 while (*statements !
878 svn_sqlite__open(svn_sqlite__db_t **db, const char *path, svn_sqlite__mode_t mode, const char * const statements[], int unused1, const char * const *unused2, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dparse.y111 statements: label
113 statements statement
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_sqlite.h120 The statements will be finalized and the SQLite database will be closed
124 svn_sqlite__mode_t mode, const char * const statements[],
141 /* Execute the (multiple) statements in the STATEMENTS[STMT_IDX] string. */
493 multiple statements, instead of being reobtained every time, which may
/freebsd-10.0-release/contrib/gcc/cp/
H A Dtree.c1049 htab_t *statements = (htab_t *) data;
1057 gcc_assert (!htab_find (*statements, t));
1059 slot = htab_find_slot (*statements, t, INSERT);
1072 htab_t statements;
1073 statements = htab_create (37, htab_hash_pointer, htab_eq_pointer, NULL);
1074 walk_tree (&t, verify_stmt_tree_r, &statements, NULL);
1075 htab_delete (statements);
1042 htab_t *statements = (htab_t *) data; local
1065 htab_t statements; local
/freebsd-10.0-release/sbin/hastd/
H A Dparse.y109 statements: label
111 statements statement
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES748 allow newline after ; in for statements.
812 !x+y is (!x)+y, and x!y is x !y, not two pattern-action statements.
936 multiple pattern-action statements on one line without
/freebsd-10.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec229 # because RPM doesn't handle nested %if statements.
296 # Count the number of HostKey and HostDsaKey statements we have.
504 - change a couple of log() statements to debug() statements (#50751)
/freebsd-10.0-release/crypto/openssl/util/
H A Dmkerr.pl57 statements with prefix P. Default: 'openssl/' (without
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY326 supports loading rules comprised of BPF bytecode statements
/freebsd-10.0-release/contrib/subversion/
H A Dbuild.conf405 description = Internal statements for SQLite interface
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c157 ** The code generator for compound SELECT statements does one
326 ** to the next, so we have developed the following set of #if statements
465 ** number assert() statements in the code. So we want the default action
486 ** is significant and used at least once. On switch statements
692 ** programmers might include assert() statements in their application to
848 ** statements or unfinished sqlite3_backup objects then sqlite3_close()
850 ** ^If sqlite3_close_v2() is called with unfinalized prepared statements
858 ** Applications should [sqlite3_finalize | finalize] all [prepared statements],
863 ** outstanding [prepared statements], [BLOB handles], and/or
865 ** of resources is deferred until all [prepared statements], [BLO
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c157 ** The code generator for compound SELECT statements does one
329 ** to the next, so we have developed the following set of #if statements
468 ** is significant and used at least once. On switch statements
674 ** programmers might include assert() statements in their application to
826 ** Applications must [sqlite3_finalize | finalize] all [prepared statements]
830 ** outstanding [prepared statements] or [BLOB handles], then it returns
857 ** that allows an application to run multiple statements of SQL
861 ** semicolon-separate SQL statements passed into its 2nd argument,
865 ** coming out of the evaluated SQL statements. ^The 4th argument to
871 ** ^If an error occurs while evaluating the SQL statements passe
[all...]

Completed in 599 milliseconds