Searched refs:meta (Results 51 - 64 of 64) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c153 /* Commit the txn and release the meta page lock. */
248 DBMETA *meta; local
254 __memp_fget(dbp->mpf, &pgno, ip, txn, 0, &meta)) == 0) {
255 isdone = meta->free == PGNO_INVALID;
256 ret = __memp_fput(dbp->mpf, ip, meta, dbp->priority);
267 __memp_fget(dbp->mpf, &pgno, ip, txn, 0, &meta)) == 0) {
269 truncated + last_pgno - meta->last_pgno;
271 meta, dbp->priority)) != 0 && ret == 0)
2485 * a lock on the meta page, otherwise we should already
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex30 A meta-headerless Ogg file encapsulates the Vorbis I packets
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DComplexFormat.java945 SecondaryKeyMetadata meta =
947 assert meta != null;
948 allKeyNameMap.put(meta.getKeyName(), null);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dshell.c2860 "WHERE tbl_name LIKE shellstatic() AND type!='meta' AND sql NOTNULL "
2871 "WHERE type!='meta' AND sql NOTNULL AND name NOT LIKE 'sqlite_%'"
H A Dsqlite3.c3914 ** function parameter has changed since the meta-data was set,
25843 ** meta-layer over top of the primitive locking implemented above. For
78254 int meta[5]; local
85476 u32 meta; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_hw.c1808 struct hostap_skb_tx_data *meta; local
1815 meta = (struct hostap_skb_tx_data *) skb->cb;
1844 if (meta->tx_cb_idx) {
1846 txdesc.sw_support = cpu_to_le16(meta->tx_cb_idx);
1849 txdesc.tx_rate = meta->rate;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_flac.sh1138 expect="$case-expect.meta"
1141 run_metaflac --list out.flac | filter > out.meta || die "ERROR listing metadata of output FLAC file"
1142 diff -q -w $expect out.meta 2>/dev/null || die "ERROR: metadata does not match expected $expect"
1186 rm -f out.flac out.meta
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfile.c1658 int meta = 0; local
1674 meta = 1;
1726 if (meta)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c1663 int meta = 0; local
1679 meta = 1;
1731 if (meta)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_auto.c2911 argp->meta = (db_pgno_t)uinttmp;
2944 __db_pg_sort_log(dbp, txnp, ret_lsnp, flags, meta, meta_lsn, last_free, last_lsn, last_pgno,
2950 db_pgno_t meta;
3054 uinttmp = (u_int32_t)meta;
H A Ddb_autop.c690 (void)printf("\tmeta: %lu\n", (u_long)argp->meta);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c569 static const char* const head_contents[] = { "title", "isindex", "base", "script", "style", "meta", "link", "object", NULL } ;
790 { "meta", 0, 2, 2, 1, 0, 0, 0, "generic metainformation ",
1312 (xmlStrEqual(newtag, BAD_CAST"meta")) ||
3300 "htmlCheckEncoding: wrong encoding meta\n",
3406 int meta = 0; local
3431 if (xmlStrEqual(name, BAD_CAST"meta"))
3432 meta = 1;
3563 if (meta)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c569 static const char* const head_contents[] = { "title", "isindex", "base", "script", "style", "meta", "link", "object", NULL } ;
790 { "meta", 0, 2, 2, 1, 0, 0, 0, "generic metainformation ",
1312 (xmlStrEqual(newtag, BAD_CAST"meta")) ||
3300 "htmlCheckEncoding: wrong encoding meta\n",
3406 int meta = 0; local
3431 if (xmlStrEqual(name, BAD_CAST"meta"))
3432 meta = 1;
3563 if (meta)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c573 static const char* const head_contents[] = { "title", "isindex", "base", "script", "style", "meta", "link", "object", NULL } ;
798 { "meta", 0, 2, 2, 1, 0, 0, 0, "generic metainformation ",
1320 (xmlStrEqual(newtag, BAD_CAST"meta")) ||
3339 "htmlCheckEncoding: wrong encoding meta\n",
3445 int meta = 0; local
3471 if (xmlStrEqual(name, BAD_CAST"meta"))
3472 meta = 1;
3604 if (meta && (nbatts != 0))

Completed in 386 milliseconds

123