HomeSort by: relevance | last modified time | path
    Searched refs:EXISTS (Results 1 - 19 of 19) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb_err.et 13 #error_code INUSE, "Entry already exists in database"
23 error_code EXISTS, "Entry already exists in database"
31 error_code WRONG_REALM, "The principal exists in another realm."
  /src/external/bsd/tcpdump/dist/cmake/Modules/
FindPCAP.cmake 168 if(EXISTS "/etc/debian_version") # is this a debian system ?
198 if(EXISTS "${_prefix_dir}/${_lib_dir}")
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 253 AND EXISTS(SELECT 1 FROM atf_test_cases_multivalues AS aux
264 AND EXISTS(SELECT 1 FROM atf_test_cases_multivalues AS aux
275 AND EXISTS(SELECT 1 FROM atf_test_cases_multivalues AS aux
286 AND EXISTS(SELECT 1 FROM atf_test_cases_multivalues AS aux
297 AND EXISTS(SELECT 1 FROM atf_test_cases_multivalues AS aux
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 154 EXISTS = 350,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 158 EXISTS = 350,
conflex.c 949 return EXISTS;
parse.c 2587 * EXISTS OPTION-NAME
2756 case EXISTS:
2775 mapSet(expr, nexp, "exists");
3493 mapSet(expr, nexp, "variable-exists");
5288 /* add a data too assuming at least one suboption exists */
5713 mapContains(expr, "exists") ||
5714 mapContains(expr, "variable-exists") ||
6044 if (mapContains(expr, "exists"))
6070 if (mapContains(expr, "variable-exists"))
  /src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c 83 #define EXISTS(header) \
458 EXISTS(header) && !ANCIENT(header))
463 EXISTS(header) && !ANCIENT(header))
533 } else if (EXISTS(header) && !ANCIENT(header)) {
879 } else if (EXISTS(header) && !ANCIENT(header)) {
1264 } else if (EXISTS(header) && !ANCIENT(header)) {
1400 } else if (EXISTS(header) && !ANCIENT(header)) {
qpcache.c 66 #define EXISTS(header) \
890 if (!EXISTS(header) || !STATCOUNT(header)) {
1337 EXISTS(header) && !ANCIENT(header))
1342 EXISTS(header) && !ANCIENT(header))
1411 } else if (EXISTS(header) && !ANCIENT(header)) {
1754 } else if (EXISTS(header) && !ANCIENT(header)) {
2138 } else if (EXISTS(header) && !ANCIENT(header)) {
2271 } else if (EXISTS(header) && !ANCIENT(header)) {
2912 if (topheader != NULL && EXISTS(topheader) &&
3666 * If argv[0] exists, it points to a memory context to use for hea
    [all...]
rbt-zonedb.c 71 #define EXISTS(header) \
350 !IGNORE(header) && EXISTS(header))
490 * search for it. If the wildcard node exists, and is active in
515 !IGNORE(header) && EXISTS(header) &&
574 !IGNORE(header) && EXISTS(header) &&
1648 "addnode: NSEC node already exists");
rbtdb.c 69 #define EXISTS(header) \
292 if (!EXISTS(header) || !STATCOUNT(header)) {
961 * current no longer exists, so we can
2646 if (topheader != NULL && EXISTS(topheader) &&
3607 if (header != NULL && EXISTS(header)) {
3927 * If argv[0] exists, it points to a memory context to use for heap
  /src/external/gpl2/xcvs/dist/diff/
libdiff.mak 238 !IF EXISTS("libdiff.dep")
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 35 EXISTS,
441 Full path to the node for the alias named 'name', if it exists
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 293 #define EXISTS(header) \
897 return (EXISTS(header) && STATCOUNT(header));
1763 * current no longer exists, so we can
2827 * level exists in the database, and has its 'find_callback'
2831 * must ensure that "sub.example." exists and is marked as
3411 !IGNORE(header) && EXISTS(header))
3480 !IGNORE(header) && EXISTS(header))
3511 !IGNORE(header) && EXISTS(header))
3576 * search for it. If the wildcard node exists, and is active in
3600 !IGNORE(header) && EXISTS(header) &
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
libcvs.mak 395 !IF EXISTS("libcvs.dep")
  /src/external/mpl/dhcp/dist/common/
conflex.c 971 return EXISTS;
parse.c 3439 * EXISTS OPTION-NAME
3645 case EXISTS:
  /src/external/public-domain/sqlite/dist/
shell.c 10007 ** zFile will be written to exists, creating it if required. The permissions
12821 ** exists, extract the 32-bit modification-timestamp from it and store
16126 ** (*pbContains) is set to true if zTab exists, or false if it does not.
16134 int *pbContains /* OUT: True if object exists */
16511 rc = sqlite3_exec(p->dbv,"DROP TABLE IF EXISTS temp."UNIQUE_TABLE_NAME,0,0,0);
16605 "DROP TABLE IF EXISTS temp." UNIQUE_TABLE_NAME, 0,0,0
16627 sqlite3_exec(p->db, "DROP TABLE IF EXISTS temp."UNIQUE_TABLE_NAME,0,0,0);
17666 " SELECT EXISTS ("
17669 " AND NOT EXISTS (SELECT 1 FROM sqlite_schema WHERE name=l.name)"
17840 " SELECT format('CASE WHEN EXISTS \n
    [all...]
sqlite3.c 1113 ** pointer parameter, true if such a lock exists and false otherwise.
1538 ** mode database and there exists at least one client in another process that
1768 ** be created, and that it is an error if it already exists.
1880 ** simply checks whether the file exists.
4145 ** the open to fail if the database already exists. The SQLITE_OPEN_EXCLUSIVE
4348 ** parameter if it exists or a NULL pointer if P does not appear as a
5045 ** be false. ^Similarly, a CREATE TABLE IF NOT EXISTS statement is a
5046 ** read-only no-op if the table already exists, but
7146 ** that exists for backwards compatibility of legacy applications and should
7773 ** column exists. ^The sqlite3_table_column_metadata() interface return
62170 int exists; local
64721 int exists = 1; \/* True if a journal file is present *\/ local
103873 int exists; local
    [all...]

Completed in 128 milliseconds