Searched refs:ref_counter (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ | ||
H A D | dict.c | 62 int ref_counter; member in struct:_xmlDict 332 dict->ref_counter = 1; 389 dict->ref_counter++; 512 dict->ref_counter--; 513 if (dict->ref_counter > 0) { |
Completed in 55 milliseconds