mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
So we avoid lots of memory allocation. We can work with char* directly since both the pattern and the file name are in UTF-8 and there is no need to understand unicode for such pattern. (In fact, '?' would not match anyore non-ascii characters, but I don't think that's a problem. I don't think anyone use '?' in its exclude list. And the two allocations per call to csync_fnmatch are really worth getting rid of) |
||
|---|---|---|
| .. | ||
| check_csync_commit.c | ||
| check_csync_create.c | ||
| check_csync_exclude.c | ||
| check_csync_init.c | ||
| check_csync_log.c | ||
| check_csync_misc.c | ||
| check_csync_statedb_load.c | ||
| check_csync_statedb_query.c | ||
| check_csync_update.c | ||
| check_csync_util.c | ||