Searched refs:UNIQ_T (Results 1 - 3 of 3) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-dns-answer.h | 95 for (unsigned UNIQ_T(i, q) = ({ \ 99 (a) && (UNIQ_T(i, q) < (a)->n_rrs); \ 100 UNIQ_T(i, q)++, (kk) = (UNIQ_T(i, q) < (a)->n_rrs ? (a)->items[UNIQ_T(i, q)].rr : NULL)) 105 for (unsigned UNIQ_T(i, q) = ({ \ 110 (a) && (UNIQ_T(i, q) < (a)->n_rrs); \ 111 UNIQ_T(i, q)++, \ 112 (kk) = ((UNIQ_T(i, q) < (a)->n_rrs) ? (a)->items[UNIQ_T( [all...] |
H A D | resolved-dns-question.h | 62 for (unsigned UNIQ_T(i, u) = ({ \ 66 (q) && (UNIQ_T(i, u) < (q)->n_keys); \ 67 UNIQ_T(i, u)++, (key) = (UNIQ_T(i, u) < (q)->n_keys ? (q)->keys[UNIQ_T(i, u)] : NULL))
|
/systemd/src/basic/ |
H A D | macro.h | 84 #define UNIQ_T(x, uniq) CONCATENATE(__unique_prefix_, CONCATENATE(x, uniq)) macro 137 const typeof( ((type*)0)->member ) *UNIQ_T(A, uniq) = (ptr); \ 138 (type*)( (char *)UNIQ_T(A, uniq) - offsetof(type,member) ); \ 145 const typeof(a) UNIQ_T(A, aq) = (a); \ 146 const typeof(b) UNIQ_T(B, bq) = (b); \ 147 UNIQ_T(A,aq) > UNIQ_T(B,bq) ? UNIQ_T(A,aq) : UNIQ_T(B,bq); \ 172 const typeof(a) UNIQ_T( [all...] |
Completed in 316 milliseconds