Searched refs:cbeg (Results 1 – 2 of 2) sorted by relevance
179 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(__c_node*))); in __insert_c() local180 if (cbeg == nullptr) in __insert_c()190 q->__next_ = cbeg[h]; in __insert_c()191 cbeg[h] = q; in __insert_c()196 __cbeg_ = cbeg; in __insert_c()
216 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*))); in __insert_c() local217 if (cbeg == nullptr) in __insert_c()227 q->__next_ = cbeg[h]; in __insert_c()228 cbeg[h] = q; in __insert_c()233 __cbeg_ = cbeg; in __insert_c()