Home
last modified time | relevance | path

Searched refs:need_res_init (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dhttp-addr.c369 if (cg->need_res_init) in httpAddrLookup()
373 cg->need_res_init = 0; in httpAddrLookup()
392 cg->need_res_init = 1; in httpAddrLookup()
418 cg->need_res_init = 1; in httpAddrLookup()
Dhttp-addrlist.c510 if (cg->need_res_init) in httpAddrGetList()
514 cg->need_res_init = 0; in httpAddrGetList()
653 cg->need_res_init = 1; in httpAddrGetList()
782 cg->need_res_init = 1; in httpAddrGetList()
Dcups-private.h124 int need_res_init; /* Need to reinitialize resolver? */ member