Lines Matching defs:new
267 char *new;
271 new = _dbus_strdup (interface);
272 if (new == NULL)
277 rule->interface = new;
286 char *new;
290 new = _dbus_strdup (member);
291 if (new == NULL)
296 rule->member = new;
305 char *new;
309 new = _dbus_strdup (sender);
310 if (new == NULL)
315 rule->sender = new;
324 char *new;
328 new = _dbus_strdup (destination);
329 if (new == NULL)
334 rule->destination = new;
343 char *new;
347 new = _dbus_strdup (path);
348 if (new == NULL)
353 rule->path = new;
365 char *new;
387 /* NULL the new slots */
404 /* zero the new slots */
417 if (!_dbus_string_copy_data (value, &new))
424 rule->args[arg] = new;
1061 * value (which is NULL) when creating a new table entry...