connections_fetch_entry  427 source3/include/proto.h struct db_record *connections_fetch_entry(TALLOC_CTX *mem_ctx,
connections_fetch_entry   33 source3/smbd/connection.c 	if (!(rec = connections_fetch_entry(NULL, conn, name))) {
connections_fetch_entry  144 source3/smbd/connection.c 	if (!(rec = connections_fetch_entry(talloc_tos(), conn, name))) {
connections_fetch_entry  194 source3/smbd/connection.c 	if (!(rec = connections_fetch_entry(NULL, NULL, ""))) {