Home
last modified time | relevance | path

Searched refs:cupsPutFile (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dgetputfile.c522 cupsPutFile(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsPutFile() function
Dlibcups2.def254 cupsPutFile
Dcups.h394 extern http_status_t cupsPutFile(http_t *http, const char *resource,
Dadminutil.c1998 status = cupsPutFile(http, "/admin/conf/cupsd.conf", tempfile); in cupsAdminSetServerSettings()