|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <sys/stat.h>#include <sys/types.h>#include <errno.h>#include <fcntl.h>#include <unistd.h>#include <string.h>#include "rdesktop.h"
Go to the source code of this file.
Functions | |
| static BOOL | printercache_mkdir (char *base, char *printer) |
| static BOOL | printercache_unlink_blob (char *printer) |
| static BOOL | printercache_rename_blob (char *printer, char *new_printer) |
| int | printercache_load_blob (char *printer_name, uint8 **data) |
| static void | printercache_save_blob (char *printer_name, uint8 *data, uint32 length) |
| void | printercache_process (RDPCLIENT *This, STREAM s) |
Definition at line 154 of file printercache.c.
Referenced by announcedata_size().
Definition at line 40 of file printercache.c.
Referenced by printercache_save_blob().
Definition at line 233 of file printercache.c.
Definition at line 113 of file printercache.c.
Referenced by printercache_process().
Definition at line 195 of file printercache.c.
Referenced by printercache_process().
Definition at line 76 of file printercache.c.
Referenced by printercache_process().