• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/

Lines Matching defs:BOOL

53 typedef int BOOL;
54 #define _BOOL /* So we don't typedef BOOL again in vfs.h */
413 BOOL wr_mode; /* write through mode) */
414 BOOL wr_discard; /* discard all further data */
443 BOOL delete_on_close;
456 BOOL pending_modtime_owner;
462 BOOL can_lock;
463 BOOL can_read;
464 BOOL can_write;
465 BOOL print_file;
466 BOOL modified;
467 BOOL is_directory;
468 BOOL is_stat;
469 BOOL directory_delete_on_close;
499 BOOL read_only;
500 BOOL admin_user;
512 BOOL is_wild;
528 BOOL force_user;
529 BOOL force_group;
532 BOOL printer;
533 BOOL ipc;
534 BOOL read_only; /* Attributes for the current user of the share. */
535 BOOL admin_user; /* Attributes for the current user of the share. */
559 BOOL used;
562 BOOL case_sensitive;
563 BOOL case_preserve;
564 BOOL short_case_preserve;
629 BOOL server_added; /* used ONLY in ipc.c NOT namework.c */
776 BOOL (*special)(int snum, const char *, char **);
780 BOOL bvalue;
1577 BOOL (*receive_message)(fd_set *fds, char *buffer, int buffer_len);
1578 BOOL (*set_oplock)(files_struct *fsp, int oplock_type);
1580 BOOL (*parse_message)(char *msg_start, int msg_len, SMB_INO_T *inode, SMB_DEV_T *dev, unsigned long *file_id);
1581 BOOL (*msg_waiting)(fd_set *fds);
1592 BOOL (*check_notify)(connection_struct *conn, uint16 vuid, char *path, uint32 flags, void *data, time_t t);
1630 BOOL null_pwd;
1631 BOOL cleartext;
1649 BOOL guest;
1752 BOOL (*check_incoming_message)(char *inbuf, struct smb_sign_info *si, BOOL must_be_ok);
1756 BOOL negotiated_smb_signing;
1757 BOOL allow_smb_signing;
1758 BOOL doing_signing;
1759 BOOL mandatory_signing;
1760 BOOL seen_valid; /* Have I ever seen a validly signed packet? */