Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-addr.c371 if (cg->need_res_init) in httpAddrLookup()
375 cg->need_res_init = 0; in httpAddrLookup()
394 cg->need_res_init = 1; in httpAddrLookup()
420 cg->need_res_init = 1; in httpAddrLookup()
Dhttp-addrlist.c512 if (cg->need_res_init) in httpAddrGetList()
516 cg->need_res_init = 0; in httpAddrGetList()
654 cg->need_res_init = 1; in httpAddrGetList()
779 cg->need_res_init = 1; in httpAddrGetList()
Dcups-private.h105 int need_res_init; /* Need to reinitialize resolver? */ member