tmp_pcap_cache    148 source3/printing/print_cups.c 	struct pcap_cache *tmp_pcap_cache = NULL;
tmp_pcap_cache    266 source3/printing/print_cups.c 		if (!pcap_cache_add_specific(&tmp_pcap_cache, name, info)) {
tmp_pcap_cache    358 source3/printing/print_cups.c 		if (!pcap_cache_add_specific(&tmp_pcap_cache, name, info)) {
tmp_pcap_cache    376 source3/printing/print_cups.c 	if (tmp_pcap_cache) {
tmp_pcap_cache    377 source3/printing/print_cups.c 		pcap_printer_fn_specific(tmp_pcap_cache,
tmp_pcap_cache    381 source3/printing/print_cups.c 		pcap_cache_destroy_specific(&tmp_pcap_cache);
tmp_pcap_cache    450 source3/printing/print_cups.c 	struct pcap_cache *tmp_pcap_cache = NULL;
tmp_pcap_cache    530 source3/printing/print_cups.c 		pcap_cache_add_specific(&tmp_pcap_cache, name, info);
tmp_pcap_cache    536 source3/printing/print_cups.c 	if (tmp_pcap_cache) {
tmp_pcap_cache    539 source3/printing/print_cups.c 		local_pcap_copy = tmp_pcap_cache;