Home | History | Annotate | Download | only in bus

Lines Matching refs:pidfile

125   char *pidfile;         /**< PID file */
164 return "pidfile";
376 if (included->pidfile != NULL)
378 dbus_free (parser->pidfile);
379 parser->pidfile = included->pidfile;
380 included->pidfile = NULL;
526 dbus_free (parser->pidfile);
754 else if (strcmp (element_name, "pidfile") == 0)
756 if (!check_no_attributes (parser, "pidfile", attribute_names, attribute_values, error))
2229 dbus_free (parser->pidfile);
2230 parser->pidfile = s;
2505 return parser->pidfile;
2883 if (!strings_equal_or_both_null (a->pidfile, b->pidfile))