Searched refs:tdb_create_rwlocks (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dspinlock.h39 int tdb_create_rwlocks(int fd, unsigned int hash_size);
46 #define tdb_create_rwlocks(fd, hash_size) 0
52 int tdb_create_rwlocks(int fd, unsigned int hash_size);
H A Dspinlock.c415 int tdb_create_rwlocks(int fd, unsigned int hash_size) function
457 int tdb_create_rwlocks(int fd, unsigned int hash_size) { return 0; } function
H A Dtdb.c972 ret = tdb_create_rwlocks(tdb->fd, hash_size);

Completed in 85 milliseconds