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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lzo/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lzo/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lzo/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/resolve/
H A Dresolve_lp.c26 const char **methods = lp_name_resolve_order(lp_ctx); local
33 for (i = 0; methods != NULL && methods[i] != NULL; i++) {
34 if (!strcmp(methods[i], "wins")) {
36 } else if (!strcmp(methods[i], "bcast")) {
38 } else if (!strcmp(methods[i], "host")) {
41 DEBUG(0, ("Unknown resolve method '%s'\n", methods[i]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/resolve/
H A Dresolve_lp.c26 const char **methods = lp_name_resolve_order(lp_ctx); local
33 for (i = 0; methods != NULL && methods[i] != NULL; i++) {
34 if (!strcmp(methods[i], "wins")) {
36 } else if (!strcmp(methods[i], "bcast")) {
38 } else if (!strcmp(methods[i], "host")) {
41 DEBUG(0, ("Unknown resolve method '%s'\n", methods[i]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/resolve/
H A Dresolve_lp.c26 const char **methods = lp_name_resolve_order(lp_ctx); local
33 for (i = 0; methods != NULL && methods[i] != NULL; i++) {
34 if (!strcmp(methods[i], "wins")) {
36 } else if (!strcmp(methods[i], "bcast")) {
38 } else if (!strcmp(methods[i], "host")) {
41 DEBUG(0, ("Unknown resolve method '%s'\n", methods[i]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libexif/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libexif/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libexif/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/pdb/
H A Dtest.c31 static NTSTATUS testsam_setsampwent(struct pdb_methods *methods, BOOL update, uint32 acb_mask) argument
41 static void testsam_endsampwent(struct pdb_methods *methods) argument
50 static NTSTATUS testsam_getsampwent(struct pdb_methods *methods, struct samu *user) argument
60 static NTSTATUS testsam_getsampwnam (struct pdb_methods *methods, struct samu *user, const char *sname) argument
70 static NTSTATUS testsam_getsampwsid (struct pdb_methods *methods, struct samu *user, const DOM_SID *sid) argument
80 static NTSTATUS testsam_delete_sam_account(struct pdb_methods *methods, struct samu *sam_pass) argument
90 static NTSTATUS testsam_update_sam_account (struct pdb_methods *methods, struct samu *newpwd) argument
100 static NTSTATUS testsam_add_sam_account (struct pdb_methods *methods, struct samu *newpwd) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/pdb/
H A Dtest.c31 static NTSTATUS testsam_setsampwent(struct pdb_methods *methods, BOOL update, uint32 acb_mask) argument
41 static void testsam_endsampwent(struct pdb_methods *methods) argument
50 static NTSTATUS testsam_getsampwent(struct pdb_methods *methods, struct samu *user) argument
60 static NTSTATUS testsam_getsampwnam (struct pdb_methods *methods, struct samu *user, const char *sname) argument
70 static NTSTATUS testsam_getsampwsid (struct pdb_methods *methods, struct samu *user, const DOM_SID *sid) argument
80 static NTSTATUS testsam_delete_sam_account(struct pdb_methods *methods, struct samu *sam_pass) argument
90 static NTSTATUS testsam_update_sam_account (struct pdb_methods *methods, struct samu *newpwd) argument
100 static NTSTATUS testsam_add_sam_account (struct pdb_methods *methods, struct samu *newpwd) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/pdb/
H A Dtest.c31 static NTSTATUS testsam_setsampwent(struct pdb_methods *methods, BOOL update, uint32 acb_mask) argument
41 static void testsam_endsampwent(struct pdb_methods *methods) argument
50 static NTSTATUS testsam_getsampwent(struct pdb_methods *methods, struct samu *user) argument
60 static NTSTATUS testsam_getsampwnam (struct pdb_methods *methods, struct samu *user, const char *sname) argument
70 static NTSTATUS testsam_getsampwsid (struct pdb_methods *methods, struct samu *user, const DOM_SID *sid) argument
80 static NTSTATUS testsam_delete_sam_account(struct pdb_methods *methods, struct samu *sam_pass) argument
90 static NTSTATUS testsam_update_sam_account (struct pdb_methods *methods, struct samu *newpwd) argument
100 static NTSTATUS testsam_add_sam_account (struct pdb_methods *methods, struct samu *newpwd) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dpassdb.h123 struct pdb_methods *methods; member in struct:samu
171 /* a tag for who added the private methods */
289 NTSTATUS (*update_login_attempts)(struct pdb_methods *methods, struct samu *sam_acct, bool success);
291 NTSTATUS (*getgrsid)(struct pdb_methods *methods, GROUP_MAP *map, DOM_SID sid);
293 NTSTATUS (*getgrgid)(struct pdb_methods *methods, GROUP_MAP *map, gid_t gid);
295 NTSTATUS (*getgrnam)(struct pdb_methods *methods, GROUP_MAP *map, const char *name);
297 NTSTATUS (*create_dom_group)(struct pdb_methods *methods,
301 NTSTATUS (*delete_dom_group)(struct pdb_methods *methods,
304 NTSTATUS (*add_group_mapping_entry)(struct pdb_methods *methods,
307 NTSTATUS (*update_group_mapping_entry)(struct pdb_methods *methods,
[all...]
H A Dmapping.h25 struct pdb_methods *methods; member in struct:_GROUP_MAP
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dpassdb.h123 struct pdb_methods *methods; member in struct:samu
171 /* a tag for who added the private methods */
289 NTSTATUS (*update_login_attempts)(struct pdb_methods *methods, struct samu *sam_acct, bool success);
291 NTSTATUS (*getgrsid)(struct pdb_methods *methods, GROUP_MAP *map, DOM_SID sid);
293 NTSTATUS (*getgrgid)(struct pdb_methods *methods, GROUP_MAP *map, gid_t gid);
295 NTSTATUS (*getgrnam)(struct pdb_methods *methods, GROUP_MAP *map, const char *name);
297 NTSTATUS (*create_dom_group)(struct pdb_methods *methods,
301 NTSTATUS (*delete_dom_group)(struct pdb_methods *methods,
304 NTSTATUS (*add_group_mapping_entry)(struct pdb_methods *methods,
307 NTSTATUS (*update_group_mapping_entry)(struct pdb_methods *methods,
[all...]
H A Dmapping.h25 struct pdb_methods *methods; member in struct:_GROUP_MAP
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dpassdb.h123 struct pdb_methods *methods; member in struct:samu
171 /* a tag for who added the private methods */
289 NTSTATUS (*update_login_attempts)(struct pdb_methods *methods, struct samu *sam_acct, bool success);
291 NTSTATUS (*getgrsid)(struct pdb_methods *methods, GROUP_MAP *map, DOM_SID sid);
293 NTSTATUS (*getgrgid)(struct pdb_methods *methods, GROUP_MAP *map, gid_t gid);
295 NTSTATUS (*getgrnam)(struct pdb_methods *methods, GROUP_MAP *map, const char *name);
297 NTSTATUS (*create_dom_group)(struct pdb_methods *methods,
301 NTSTATUS (*delete_dom_group)(struct pdb_methods *methods,
304 NTSTATUS (*add_group_mapping_entry)(struct pdb_methods *methods,
307 NTSTATUS (*update_group_mapping_entry)(struct pdb_methods *methods,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Dpassdb.h139 struct pdb_methods *methods; member in struct:samu
187 /* a tag for who added the private methods */
278 NTSTATUS (*update_login_attempts)(struct pdb_methods *methods, struct samu *sam_acct, BOOL success);
280 NTSTATUS (*getgrsid)(struct pdb_methods *methods, GROUP_MAP *map, DOM_SID sid);
282 NTSTATUS (*getgrgid)(struct pdb_methods *methods, GROUP_MAP *map, gid_t gid);
284 NTSTATUS (*getgrnam)(struct pdb_methods *methods, GROUP_MAP *map, const char *name);
286 NTSTATUS (*create_dom_group)(struct pdb_methods *methods,
290 NTSTATUS (*delete_dom_group)(struct pdb_methods *methods,
293 NTSTATUS (*add_group_mapping_entry)(struct pdb_methods *methods,
296 NTSTATUS (*update_group_mapping_entry)(struct pdb_methods *methods,
[all...]
H A Dmapping.h26 struct pdb_methods *methods; member in struct:_GROUP_MAP
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Dpassdb.h139 struct pdb_methods *methods; member in struct:samu
187 /* a tag for who added the private methods */
278 NTSTATUS (*update_login_attempts)(struct pdb_methods *methods, struct samu *sam_acct, BOOL success);
280 NTSTATUS (*getgrsid)(struct pdb_methods *methods, GROUP_MAP *map, DOM_SID sid);
282 NTSTATUS (*getgrgid)(struct pdb_methods *methods, GROUP_MAP *map, gid_t gid);
284 NTSTATUS (*getgrnam)(struct pdb_methods *methods, GROUP_MAP *map, const char *name);
286 NTSTATUS (*create_dom_group)(struct pdb_methods *methods,
290 NTSTATUS (*delete_dom_group)(struct pdb_methods *methods,
293 NTSTATUS (*add_group_mapping_entry)(struct pdb_methods *methods,
296 NTSTATUS (*update_group_mapping_entry)(struct pdb_methods *methods,
[all...]
H A Dmapping.h26 struct pdb_methods *methods; member in struct:_GROUP_MAP
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Dpassdb.h139 struct pdb_methods *methods; member in struct:samu
187 /* a tag for who added the private methods */
278 NTSTATUS (*update_login_attempts)(struct pdb_methods *methods, struct samu *sam_acct, BOOL success);
280 NTSTATUS (*getgrsid)(struct pdb_methods *methods, GROUP_MAP *map, DOM_SID sid);
282 NTSTATUS (*getgrgid)(struct pdb_methods *methods, GROUP_MAP *map, gid_t gid);
284 NTSTATUS (*getgrnam)(struct pdb_methods *methods, GROUP_MAP *map, const char *name);
286 NTSTATUS (*create_dom_group)(struct pdb_methods *methods,
290 NTSTATUS (*delete_dom_group)(struct pdb_methods *methods,
293 NTSTATUS (*add_group_mapping_entry)(struct pdb_methods *methods,
296 NTSTATUS (*update_group_mapping_entry)(struct pdb_methods *methods,
[all...]

Completed in 150 milliseconds

1234567891011>>