Lines Matching full:given
35 // Adds a line to the visit database with the given information, returning
36 // the added row ID on success, 0 on failure. The given visit is updated with
41 // Deletes the given visit from the database. If a visit with the given ID
45 // Query a VisitInfo giving an visit id, filling the given VisitRow.
53 // Fills in the given vector with all of the visits for the given page ID,
58 // Fills all visits in the time range [begin, end) to the given vector. Either
71 // to the given vector. Either time can be is_null(), in which case the times
85 // Fills all visits in the given time range into the given vector that should
100 // Returns the visit ID for the most recent visit of the given URL ID, or 0
103 // If non-NULL, the given visit row will be filled with the information of
117 // Finds a redirect coming from the given |from_visit|. If a redirect is
119 // true. If there is no redirect from the given visit, returns false.
131 // Similar to the above function except finds a redirect going to a given
148 // Get the source information about the given visits.