Searched refs:txtnext (Results 1 – 1 of 1) sorted by relevance
2992 *txtnext, /* Next key/value pair */ in cups_dnssd_query_cb() local3014 txt = txtnext) in cups_dnssd_query_cb()3027 txtnext = txt + txtlen; in cups_dnssd_query_cb()3029 for (ptr = key; txt < txtnext && *txt != '='; txt ++) in cups_dnssd_query_cb()3033 if (txt < txtnext && *txt == '=') in cups_dnssd_query_cb()3037 if (txt < txtnext) in cups_dnssd_query_cb()3038 memcpy(value, txt, (size_t)(txtnext - txt)); in cups_dnssd_query_cb()3039 value[txtnext - txt] = '\0'; in cups_dnssd_query_cb()