Home
last modified time | relevance | path

Searched refs:found_table (Results 1 – 25 of 66) sorted by relevance

123

/dports/net/samba412/samba-4.12.15/lib/tdb/common/
H A Drescue.c37 struct found_table { struct
81 static bool add_to_table(struct found_table *found, in add_to_table()
129 static unsigned int find_entry(struct found_table *found, tdb_off_t off) in find_entry()
150 static void found_in_hashchain(struct found_table *found, tdb_off_t head) in found_in_hashchain()
160 static void mark_free_area(struct found_table *found, tdb_off_t head, in mark_free_area()
194 static void free_table(struct found_table *found) in free_table()
213 struct found_table found = { NULL, 0, 0 }; in tdb_rescue()
/dports/databases/tdb/tdb-1.4.3/common/
H A Drescue.c37 struct found_table { struct
81 static bool add_to_table(struct found_table *found, in add_to_table()
129 static unsigned int find_entry(struct found_table *found, tdb_off_t off) in find_entry()
150 static void found_in_hashchain(struct found_table *found, tdb_off_t head) in found_in_hashchain()
160 static void mark_free_area(struct found_table *found, tdb_off_t head, in mark_free_area()
194 static void free_table(struct found_table *found) in free_table()
213 struct found_table found = { NULL, 0, 0 }; in tdb_rescue()
/dports/databases/ldb20/ldb-2.0.10/lib/tdb/common/
H A Drescue.c37 struct found_table { struct
81 static bool add_to_table(struct found_table *found, in add_to_table()
129 static unsigned int find_entry(struct found_table *found, tdb_off_t off) in find_entry()
150 static void found_in_hashchain(struct found_table *found, tdb_off_t head) in found_in_hashchain()
160 static void mark_free_area(struct found_table *found, tdb_off_t head, in mark_free_area()
194 static void free_table(struct found_table *found) in free_table()
213 struct found_table found = { NULL, 0, 0 }; in tdb_rescue()
/dports/databases/ldb15/ldb-1.5.6/lib/tdb/common/
H A Drescue.c37 struct found_table {
81 static bool add_to_table(struct found_table *found,
129 static unsigned int find_entry(struct found_table *found, tdb_off_t off)
150 static void found_in_hashchain(struct found_table *found, tdb_off_t head)
160 static void mark_free_area(struct found_table *found, tdb_off_t head,
194 static void free_table(struct found_table *found)
213 struct found_table found = { NULL, 0, 0 };
/dports/databases/ldb21/ldb-2.1.5/lib/tdb/common/
H A Drescue.c37 struct found_table { struct
81 static bool add_to_table(struct found_table *found, in add_to_table()
129 static unsigned int find_entry(struct found_table *found, tdb_off_t off) in find_entry()
150 static void found_in_hashchain(struct found_table *found, tdb_off_t head) in found_in_hashchain()
160 static void mark_free_area(struct found_table *found, tdb_off_t head, in mark_free_area()
194 static void free_table(struct found_table *found) in free_table()
213 struct found_table found = { NULL, 0, 0 }; in tdb_rescue()
/dports/databases/ldb22/ldb-2.2.1/lib/tdb/common/
H A Drescue.c37 struct found_table { struct
81 static bool add_to_table(struct found_table *found, in add_to_table()
129 static unsigned int find_entry(struct found_table *found, tdb_off_t off) in find_entry()
150 static void found_in_hashchain(struct found_table *found, tdb_off_t head) in found_in_hashchain()
160 static void mark_free_area(struct found_table *found, tdb_off_t head, in mark_free_area()
194 static void free_table(struct found_table *found) in free_table()
213 struct found_table found = { NULL, 0, 0 }; in tdb_rescue()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/email/inc/
H A Dclass.ui_mail_debug.inc.php633 $found_table = False;
641 $found_table = True;
646 $found_table = False;
651 …l_debug.db_am_table_exists('.__LINE__.'): LEAVING: returning ['.serialize($found_table).']<br />');
652 return $found_table;
/dports/www/moinmoin/moin-1.9.11/MoinMoin/mail/
H A Dmailimport.py303 found_table = None
307 found_table = lineno
308 elif found_table is not None and line.startswith("||"):
328 if found_table is not None:
/dports/devel/allegro/allegro-4.4.3.1/docs/src/makedoc/
H A Dmaketexi.h7 char **build_types_lookup_table(char **found_table);
H A Dmaketexi.c635 char **build_types_lookup_table(char **found_table) in build_types_lookup_table() argument
657 if (found_table) in build_types_lookup_table()
658 *found_table = memset(m_xmalloc(i + 1), 0, i + 1); in build_types_lookup_table()
/dports/net/samba412/samba-4.12.15/lib/tdb/test/
H A Drun-rescue-find_entry.c25 struct found_table table; in main()
/dports/databases/tdb/tdb-1.4.3/test/
H A Drun-rescue-find_entry.c25 struct found_table table; in main()
/dports/databases/ldb15/ldb-1.5.6/lib/tdb/test/
H A Drun-rescue-find_entry.c25 struct found_table table;
/dports/databases/ldb20/ldb-2.0.10/lib/tdb/test/
H A Drun-rescue-find_entry.c25 struct found_table table; in main()
/dports/databases/ldb21/ldb-2.1.5/lib/tdb/test/
H A Drun-rescue-find_entry.c25 struct found_table table; in main()
/dports/databases/ldb22/ldb-2.2.1/lib/tdb/test/
H A Drun-rescue-find_entry.c25 struct found_table table;
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/engine/
H A Dreflection.py559 found_table = False
564 found_table = True
570 if not found_table:
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/engine/
H A Dreflection.py622 found_table = False
628 found_table = True
638 if not found_table:
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/engine/
H A Dreflection.py594 found_table = False
599 found_table = True
605 if not found_table:
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/engine/
H A Dreflection.py661 found_table = False
667 found_table = True
677 if not found_table:
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/engine/
H A Dreflection.py771 found_table = False
777 found_table = True
788 if not found_table and not self.has_table(table_name, schema):
/dports/devel/judy/judy-1.0.5/tool/
H A Djhton.c1089 static bool_t found_table = FALSE; in ExtractHeader() local
1134 if (found_table) Error(ERREXIT, NOERRNO, ERR_TABLE); in ExtractHeader()
1135 found_table = TRUE; in ExtractHeader()
1206 if (! found_table) Error(ERREXIT, NOERRNO, ERR_TABLE); in ExtractHeader()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtablefind.cpp1914 ColSegment *found_table = nullptr; in RecognizeTables() local
1915 while ((found_table = gsearch.NextFullSearch()) != nullptr) { in RecognizeTables()
1920 const TBOX &found_box = found_table->bounding_box(); in RecognizeTables()
1931 found_table->set_bounding_box(table_structure->bounding_box()); in RecognizeTables()
1933 good_it.add_after_then_move(found_table); in RecognizeTables()
1935 delete found_table; in RecognizeTables()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/parser/
H A Dparse_target.c1176 bool found_table = false; in ExpandAllTables() local
1190 found_table = true; in ExpandAllTables()
1206 if (!found_table) in ExpandAllTables()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/parser/
H A Dparse_target.c1176 bool found_table = false; in ExpandAllTables() local
1190 found_table = true; in ExpandAllTables()
1206 if (!found_table) in ExpandAllTables()

123