Home | History | Annotate | Download | only in cups

Lines Matching refs:remote

43 				       size_t namelen, int *remote);
846 int remote; /* Remote cupsd.conf file? */
935 sizeof(cupsdconf), &remote)) == HTTP_STATUS_OK)
957 int remote_access = 0, /* Remote access allowed? */
958 remote_admin = 0, /* Remote administration allowed? */
959 remote_any = 0, /* Remote access from anywhere allowed? */
990 * Listen on a port number implies remote access...
1134 if (remote)
1165 int remote; /* Remote cupsd.conf file? */
1181 remote_admin, /* Remote administration allowed? */
1182 remote_any, /* Remote access from anywhere? */
1196 old_remote_admin, /* Remote administration allowed? */
1197 old_remote_any, /* Remote access from anywhere? */
1224 &remote) == HTTP_STATUS_OK)
1400 if (remote)
1453 cupsFilePuts(temp, "# Allow remote access\n");
1586 cupsFilePuts(temp, " # Allow remote administration...\n");
1601 cupsFilePuts(temp, " # Allow remote access to the configuration "
1618 cupsFilePuts(temp, " # Allow remote access to the log "
1636 cupsFilePuts(temp, " # Allow shared printing and remote "
1639 cupsFilePuts(temp, " # Allow remote administration...\n");
1643 cupsFilePuts(temp, " # Allow remote access...\n");
1830 cupsFilePuts(temp, "# Allow remote access\n");
1851 "# Allow shared printing and remote administration...\n");
1853 cupsFilePuts(temp, "# Allow remote administration...\n");
1857 cupsFilePuts(temp, "# Allow remote access...\n");
1873 cupsFilePuts(temp, "# Allow remote administration...\n");
1890 "# Allow remote access to the configuration files...\n");
1909 "# Allow remote access to the log files...\n");
2067 * Remote our temp files and return...
2070 if (remote)
2172 int *remote) /* O - Remote file? */
2192 *remote = 0;
2238 *remote = 1;