Home | History | Annotate | Download | only in common

Lines Matching refs:terminated

50  * If we are using a data_string structure to hold a NUL-terminated
186 (*oc) -> data.terminated = 0;
225 unsigned len, int terminated, int allocate,
239 len + terminated, file, line)) {
247 data, len + terminated);
250 nt -> data.const_data.terminated = terminated;
479 dns -> data.terminated = 0;
813 * to be NULL terminated, but left may not be, so pass it into
814 * the termination function to ensure it's null terminated.
817 /* failed to make a null terminated version, couldn't
1183 result -> terminated = 0;
1256 result->len + data.terminated,
1260 data.len + data.terminated);
1261 result->terminated = data.terminated;
1292 result->len + data.terminated,
1296 data.len + data.terminated);
1297 result->terminated = data.terminated;
1389 result->terminated = 0;
1401 result->terminated = 0;
1448 result -> terminated = 0;
1522 (result -> len + other.terminated),
1533 other.data, other.len + other.terminated);
1731 result -> terminated = 1;
1805 result -> terminated = 0;
1842 result -> terminated = 0;
1896 result -> terminated = 1;
1980 result -> terminated = 1;
2012 result -> terminated = 1;
4120 if (binding -> value -> value.data.terminated) {
4169 * - MRns_name_uncompress_list() - produces a null-terminated string of
4174 * data from a null-terminated string containing comma-separated domain-names