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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/libsmb/
H A Dconncache.c34 struct failed_connection_cache { struct
39 struct failed_connection_cache *prev, *next;
42 static struct failed_connection_cache *failed_connection_cache; variable in typeref:struct:failed_connection_cache
53 struct failed_connection_cache *fcc;
61 for (fcc = failed_connection_cache; fcc; fcc = fcc->next) {
76 DLIST_REMOVE(failed_connection_cache, fcc);
108 struct failed_connection_cache *fcc;
115 for (fcc = failed_connection_cache; fcc; fcc = fcc->next) {
127 if ( !(fcc = SMB_MALLOC_P(struct failed_connection_cache)) ) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/libsmb/
H A Dconncache.c34 struct failed_connection_cache { struct
39 struct failed_connection_cache *prev, *next;
42 static struct failed_connection_cache *failed_connection_cache; variable in typeref:struct:failed_connection_cache
53 struct failed_connection_cache *fcc;
61 for (fcc = failed_connection_cache; fcc; fcc = fcc->next) {
76 DLIST_REMOVE(failed_connection_cache, fcc);
108 struct failed_connection_cache *fcc;
115 for (fcc = failed_connection_cache; fcc; fcc = fcc->next) {
127 if ( !(fcc = SMB_MALLOC_P(struct failed_connection_cache)) ) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/libsmb/
H A Dconncache.c34 struct failed_connection_cache { struct
39 struct failed_connection_cache *prev, *next;
42 static struct failed_connection_cache *failed_connection_cache; variable in typeref:struct:failed_connection_cache
53 struct failed_connection_cache *fcc;
61 for (fcc = failed_connection_cache; fcc; fcc = fcc->next) {
76 DLIST_REMOVE(failed_connection_cache, fcc);
108 struct failed_connection_cache *fcc;
115 for (fcc = failed_connection_cache; fcc; fcc = fcc->next) {
127 if ( !(fcc = SMB_MALLOC_P(struct failed_connection_cache)) ) {
[all...]

Completed in 104 milliseconds