HomeSort by: relevance | last modified time | path
    Searched defs:context_refc (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/librefuse/
refuse.c 129 static unsigned long context_refc; variable in typeref:typename:unsigned long
175 if (context_refc == 0) {
182 context_refc += 1;
209 if (--context_refc == 0) {
refuse.c 129 static unsigned long context_refc; variable in typeref:typename:unsigned long
175 if (context_refc == 0) {
182 context_refc += 1;
209 if (--context_refc == 0) {
refuse.c 129 static unsigned long context_refc; variable in typeref:typename:unsigned long
175 if (context_refc == 0) {
182 context_refc += 1;
209 if (--context_refc == 0) {

Completed in 42 milliseconds