Home
last modified time | relevance | path

Searched refs:nexttable (Results 1 – 21 of 21) sorted by relevance

/dports/textproc/hevea/hevea-2.34/
H A Dthread.ml13 and nexttable = Hashtbl.create 17 var
19 let setnext file nextname = Hashtbl.add nexttable file nextname
24 Hashtbl.add nexttable prev now ;
29 let next name = Hashtbl.find nexttable name
/dports/dns/curvedns/curvedns-0.87/
H A Dcache_hashtable.c101 table->headunused[i].nexttable = &table->headunused[i+1]; in cache_init()
158 table->headused = table->headused->nexttable; in cache_set()
170 table->headunused = table->headunused->nexttable; in cache_set()
178 entry->nexttable = NULL; in cache_set()
183 table->lastused->nexttable = entry; in cache_set()
207 tmpentry = entry->nexttable; in cache_empty()
208 entry->nexttable = table->headunused; in cache_empty()
H A Dcache_hashtable.h64 struct cache_entry *next, *prev, *nexttable; member
/dports/www/moodle310/moodle/lib/xmldb/
H A Dxmldb_structure.php134 $nexttable = null;
145 $nexttable = $this->getTable($prevtable->getNext());
153 if ($nexttable) {
154 $table->setNext($nexttable->getName());
155 $nexttable->setPrevious($table->getName());
182 $nexttable = $this->getTable($table->getNext());
187 if ($nexttable) {
188 $nexttable->setPrevious($table->getPrevious());
/dports/www/moodle311/moodle/lib/xmldb/
H A Dxmldb_structure.php134 $nexttable = null;
145 $nexttable = $this->getTable($prevtable->getNext());
153 if ($nexttable) {
154 $table->setNext($nexttable->getName());
155 $nexttable->setPrevious($table->getName());
182 $nexttable = $this->getTable($table->getNext());
187 if ($nexttable) {
188 $nexttable->setPrevious($table->getPrevious());
/dports/www/moodle39/moodle/lib/xmldb/
H A Dxmldb_structure.php134 $nexttable = null;
145 $nexttable = $this->getTable($prevtable->getNext());
153 if ($nexttable) {
154 $table->setNext($nexttable->getName());
155 $nexttable->setPrevious($table->getName());
182 $nexttable = $this->getTable($table->getNext());
187 if ($nexttable) {
188 $nexttable->setPrevious($table->getPrevious());
/dports/editors/emacs-devel/emacs-4d1968b/lisp/cedet/semantic/
H A Ddb-find.el458 nexttable)
503 (setq nexttable nil)
508 (when (not nexttable)
521 (when (and nexttable
522 (not (memq nexttable matchedtables))
523 (semanticdb-equivalent-mode-for-search nexttable
527 (push nexttable matchedtables)
535 ((semanticdb-table-p nexttable)
536 (semanticdb-refresh-table nexttable)
540 nexttable 'include))
[all …]
/dports/editors/emacs/emacs-27.2/lisp/cedet/semantic/
H A Ddb-find.el460 nexttable)
505 (setq nexttable nil)
510 (when (not nexttable)
523 (when (and nexttable
524 (not (memq nexttable matchedtables))
525 (semanticdb-equivalent-mode-for-search nexttable
529 (push nexttable matchedtables)
537 ((semanticdb-table-p nexttable)
538 (semanticdb-refresh-table nexttable)
542 nexttable 'include))
[all …]
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A Dmake_incoming_tables.py97 nexttable = tablename.replace("HuffmanIncoming", "HuffmanIncomingNextTables")
118 sys.stdout.write("static const HuffmanIncomingTable* %s[] = {\n" % (nexttable,))
126 nexttable = "nullptr"
132 sys.stdout.write(" %s,\n" % (nexttable,))
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A Dmake_incoming_tables.py97 nexttable = tablename.replace("HuffmanIncoming", "HuffmanIncomingNextTables")
118 sys.stdout.write("static const HuffmanIncomingTable* %s[] = {\n" % (nexttable,))
126 nexttable = "nullptr"
132 sys.stdout.write(" %s,\n" % (nexttable,))
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A Dmake_incoming_tables.py90 nexttable = tablename.replace('HuffmanIncoming', 'HuffmanIncomingNextTables')
114 (nexttable,))
123 nexttable = 'nullptr'
129 sys.stdout.write(' %s,\n' % (nexttable,))
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A Dmake_incoming_tables.py90 nexttable = tablename.replace('HuffmanIncoming', 'HuffmanIncomingNextTables')
114 (nexttable,))
123 nexttable = 'nullptr'
129 sys.stdout.write(' %s,\n' % (nexttable,))
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A Dmake_incoming_tables.py97 nexttable = tablename.replace("HuffmanIncoming", "HuffmanIncomingNextTables")
118 sys.stdout.write("static const HuffmanIncomingTable* %s[] = {\n" % (nexttable,))
126 nexttable = "nullptr"
132 sys.stdout.write(" %s,\n" % (nexttable,))
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A Dmake_incoming_tables.py90 nexttable = tablename.replace('HuffmanIncoming', 'HuffmanIncomingNextTables')
114 (nexttable,))
123 nexttable = 'nullptr'
129 sys.stdout.write(' %s,\n' % (nexttable,))
/dports/www/mybb/mybb-mybb_1829/admin/modules/tools/
H A Dsystem_health.php406 $nexttable = ""; variable
412 $nexttable = $tablename; variable
423 if($nexttable)
425 $nexttable = $db->escape_string($nexttable); variable
431 …ect("index.php?module=tools-system_health&action=utf8_conversion&do=all&table={$nexttable}{$mb4}");
484 $nexttable = current($mybb_tables); variable
485 $table = $db->show_create_table($db->escape_string($nexttable));
486 $mybb->input['table'] = $nexttable;
/dports/security/putty/putty-0.76/
H A Dsshzlib.c709 struct zlib_table *nexttable; member
739 tab->table[code].nexttable = NULL; in zlib_mkonetab()
762 tab->table[code].nexttable = zlib_mkonetab(codes, lengths, nsyms, in zlib_mkonetab()
828 if (tab->table[code].nexttable != NULL) in zlib_freetable()
829 zlib_freetable(&tab->table[code].nexttable); in zlib_freetable()
961 tab = ent->nexttable; in zlib_huflookup()
/dports/security/putty-nogtk/putty-0.76/
H A Dsshzlib.c709 struct zlib_table *nexttable; member
739 tab->table[code].nexttable = NULL; in zlib_mkonetab()
762 tab->table[code].nexttable = zlib_mkonetab(codes, lengths, nsyms, in zlib_mkonetab()
828 if (tab->table[code].nexttable != NULL) in zlib_freetable()
829 zlib_freetable(&tab->table[code].nexttable); in zlib_freetable()
961 tab = ent->nexttable; in zlib_huflookup()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshzlib.c709 struct zlib_table *nexttable; member
739 tab->table[code].nexttable = NULL; in zlib_mkonetab()
762 tab->table[code].nexttable = zlib_mkonetab(codes, lengths, nsyms, in zlib_mkonetab()
828 if (tab->table[code].nexttable != NULL) in zlib_freetable()
829 zlib_freetable(&tab->table[code].nexttable); in zlib_freetable()
961 tab = ent->nexttable; in zlib_huflookup()
/dports/textproc/halibut/halibut-1.2/
H A Ddeflate.c1174 struct table *nexttable; member
1202 tab->table[code].nexttable = NULL; in mkonetab()
1225 tab->table[code].nexttable = mkonetab(codes, lengths, nsyms, in mkonetab()
1290 if (tab->table[code].nexttable != NULL) in freetable()
1291 freetable(&tab->table[code].nexttable); in freetable()
1405 tab = ent->nexttable; in huflookup()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/ptp2/
H A Dchdk.c216 nexttable: in chdk_list_func()
305 if (*t == '{') goto nexttable; in chdk_list_func()
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/datasets/
H A Dfriends-transcripts.tab48258 … Joey Fine! All right, I’ll do it. But hey! You guys have to be at the nexttable so you can stop …