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)
commit94f59f54921174fc156fade575ca114d331b1bd8
tree06c2548e853c68c2bb24cce2ce3ba75eb3c8497e
parent7544b0c77382e300da0e2daf2b325527a23e6ddc
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.
(This used to be commit f35e9a8b909d3c74be47083ccc4a4e91a14938db)
26 files changed:
source3/auth/auth.c
source3/auth/auth_rhosts.c
source3/auth/pampass.c
source3/client/client.c
source3/intl/lang_tdb.c
source3/lib/charcnv.c
source3/lib/substitute.c
source3/lib/util.c
source3/lib/util_str.c
source3/libsmb/clifile.c
source3/libsmb/namequery.c
source3/modules/vfs_recycle.c
source3/msdfs/msdfs.c
source3/nmbd/nmbd_browsesync.c
source3/nmbd/nmbd_serverlistdb.c
source3/param/loadparm.c
source3/passdb/pdb_interface.c
source3/passdb/pdb_plugin.c
source3/printing/lpq_parse.c
source3/printing/nt_printing.c
source3/rpc_server/srv_dfs_nt.c
source3/smbd/chgpasswd.c
source3/smbd/filename.c
source3/smbd/statcache.c
source3/smbd/utmp.c
source3/smbd/vfs.c