More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
authorJeremy Allison <jra@samba.org>
Fri, 5 Sep 2003 19:59:55 +0000 (19:59 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 5 Sep 2003 19:59:55 +0000 (19:59 +0000)
commitf35e9a8b909d3c74be47083ccc4a4e91a14938db
tree94bec8e4eb1017cd886adae1518c8ffe2d47ee4f
parent3913e43724870c62a0d77ec3e73cbe9480cb6247
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
as that's what they do. Fix string_replace() to fast-path ascii.
Jeremy.
26 files changed:
source/auth/auth.c
source/auth/auth_rhosts.c
source/auth/pampass.c
source/client/client.c
source/intl/lang_tdb.c
source/lib/charcnv.c
source/lib/substitute.c
source/lib/util.c
source/lib/util_str.c
source/libsmb/clifile.c
source/libsmb/namequery.c
source/modules/vfs_recycle.c
source/msdfs/msdfs.c
source/nmbd/nmbd_browsesync.c
source/nmbd/nmbd_serverlistdb.c
source/param/loadparm.c
source/passdb/pdb_interface.c
source/passdb/pdb_plugin.c
source/printing/lpq_parse.c
source/printing/nt_printing.c
source/rpc_server/srv_dfs_nt.c
source/smbd/chgpasswd.c
source/smbd/filename.c
source/smbd/statcache.c
source/smbd/utmp.c
source/smbd/vfs.c