Searched refs:PROTO_OPT_SECTION (Results 1 – 2 of 2) sorted by relevance
149 { "section", NULL, PROTO_OPT_SECTION,426 char *section = smbclnt_proto_options[PROTO_OPT_SECTION].value; in smbfs_save_propset()442 smbclnt_proto_options[PROTO_OPT_SECTION].flags |= SMBC_MODIFIED; in smbfs_save_propset()466 for (i = PROTO_OPT_SECTION+1; i <= SMBC_OPT_MAX; i++) { in smbfs_save_propset()489 smbclnt_proto_options[PROTO_OPT_SECTION].name, in smbfs_save_propset()490 smbclnt_proto_options[PROTO_OPT_SECTION].value); in smbfs_save_propset()491 free(smbclnt_proto_options[PROTO_OPT_SECTION].value); in smbfs_save_propset()492 smbclnt_proto_options[PROTO_OPT_SECTION].value = NULL; in smbfs_save_propset()493 smbclnt_proto_options[PROTO_OPT_SECTION].flags &= in smbfs_save_propset()622 smbclnt_proto_options[PROTO_OPT_SECTION].value = s; in smbfs_save_property()
50 #define PROTO_OPT_SECTION 0 macro