Searched refs:methods (Results 1 - 25 of 217) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-moo-asub1.oo.h9 methods: member in struct:asub1
H A Dtest-moo-sub1.oo.h9 methods: member in struct:sub1
H A Dtest-moo-sub2.oo.h7 methods: member in struct:sub2
H A Dtest-moo-aroot.oo.h7 methods: member in struct:aroot
H A Dtest-moo-root.oo.h7 methods: member in struct:root
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/util/
H A Dcheck.sh24 ## methods=`$LZOTEST -m | sed -n 's/^ *-m\([0-9]*\).*/\1/p'`
25 ## methods="9721 9722 9723 9724 9725 9726 9727 9728 9729"
26 methods="21 31 1 2 3 4 5 6 7 8 9 11 12 13 14 15 16 17 18 19 61 71 81"
27 methods="$methods 111 112 115"
28 methods="$methods 921 931 901 911"
29 methods="$methods 902 912 942 962 972 982 992"
30 ##methods
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-moo-asub1.oo.h9 methods: member in struct:asub1
H A Dtest-moo-sub1.oo.h9 methods: member in struct:sub1
H A Dtest-moo-sub2.oo.h7 methods: member in struct:sub2
H A Dtest-moo-aroot.oo.h7 methods: member in struct:aroot
H A Dtest-moo-root.oo.h7 methods: member in struct:root
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dfd-ostream.oo.h28 methods: member in struct:fd_ostream
H A Dfile-ostream.oo.h28 methods: member in struct:file_ostream
H A Dhtml-styled-ostream.oo.h26 methods: member in struct:html_styled_ostream
H A Diconv-ostream.oo.h29 methods: member in struct:iconv_ostream
H A Dstyled-ostream.oo.h31 methods: member in struct:styled_ostream
H A Dterm-styled-ostream.oo.h26 methods: member in struct:term_styled_ostream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfd-ostream.oo.h28 methods: member in struct:fd_ostream
H A Dfile-ostream.oo.h28 methods: member in struct:file_ostream
H A Dhtml-styled-ostream.oo.h26 methods: member in struct:html_styled_ostream
H A Dstyled-ostream.oo.h31 methods: member in struct:styled_ostream
H A Dterm-styled-ostream.oo.h26 methods: member in struct:term_styled_ostream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfile-ostream.oo.h28 methods: member in struct:file_ostream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-mnote-data.c61 if (d->methods.free) d->methods.free (d);
83 if (!d || !d->methods.load) return;
84 d->methods.load (d, buf, buf_size);
91 if (!d || !d->methods.save) return;
92 d->methods.save (d, buf, buf_size);
98 if (!d || !d->methods.set_byte_order) return;
99 d->methods.set_byte_order (d, o);
105 if (!d || !d->methods.set_offset) return;
106 d->methods
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/pdb/
H A Dtest.c32 static NTSTATUS testsam_setsampwent(struct pdb_methods *methods, BOOL update, uint32 acb_mask) argument
42 static void testsam_endsampwent(struct pdb_methods *methods) argument
51 static NTSTATUS testsam_getsampwent(struct pdb_methods *methods, struct samu *user) argument
61 static NTSTATUS testsam_getsampwnam (struct pdb_methods *methods, struct samu *user, const char *sname) argument
71 static NTSTATUS testsam_getsampwsid (struct pdb_methods *methods, struct samu *user, const DOM_SID *sid) argument
81 static NTSTATUS testsam_delete_sam_account(struct pdb_methods *methods, struct samu *sam_pass) argument
91 static NTSTATUS testsam_update_sam_account (struct pdb_methods *methods, struct samu *newpwd) argument
101 static NTSTATUS testsam_add_sam_account (struct pdb_methods *methods, struct samu *newpwd) argument

Completed in 210 milliseconds

123456789