Searched refs:count_ptr (Results 1 – 3 of 3) sorted by relevance
62 char *count_ptr; in dns_mangle() local66 count_ptr = q; in dns_mangle()75 count_ptr = q; in dns_mangle()80 *count_ptr += 1; in dns_mangle()84 if (*count_ptr) in dns_mangle()
233 void set(T* const pT, counter_t* const count_ptr) in set() argument252 m_count_ptr = count_ptr; in set()253 if (count_ptr) in set()
215 extern int *count_ptr;221 int *ns::count_ptr = &count; member in test2::ns