labserv

Name

labserv -- 

Synopsis



int         c_labclose                      (int fd,
                                             const char *hostname,
                                             int action);
int         c_labdelete                     (int fd,
                                             const char *inkey);
void        c_lsmknm                        (const char *inname,
                                             const char *ext,
                                             char *outname);
int         c_labopen                       (const char *hname,
                                             int rwmode);
int         c_labread                       (int fd,
                                             char *key,
                                             int *clen,
                                             int *dlen,
                                             char *cbuf,
                                             void *dbuf,
                                             char *dtype);
int         c_labreplace                    (int fd,
                                             const char *key,
                                             int clen,
                                             int dlen,
                                             const char *cbuf,
                                             const void *dbuf,
                                             const char *dtype);
int         c_labrew                        (int fd);
int         c_labstat                       (const char *hostname,
                                             int mode);
int         c_labwrite                      (int fd,
                                             const char *key,
                                             int clen,
                                             int dlen,
                                             const char *cbuf,
                                             const void *dbuf,
                                             const char *dtype);
int         c_lsclos                        (const long *fd,
                                             const char *hostname,
                                             const long *action);
int         c_lsdel                         (const long *fd,
                                             const char *inkey);
int         c_lsopen                        (long *fd,
                                             const char *hname,
                                             const long *rwmode);
int         c_lsread                        (const long *fd,
                                             char *key,
                                             long *clen,
                                             long *dlen,
                                             char *cbuf,
                                             void *dbuf,
                                             char *dtype);
int         c_lsrepl                        (const long *fd,
                                             const char *key,
                                             const long *clen,
                                             const long *dlen,
                                             const char *cbuf,
                                             const void *dbuf,
                                             const char *dtype);
int         c_lsrew                         (const long *fd);
int         c_lsstat                        (const char *hostname,
                                             const long *mode);
int         c_lswrit                        (const long *fd,
                                             const char *key,
                                             const long *clen,
                                             const long *dlen,
                                             const char *cbuf,
                                             const void *dbuf,
                                             const char *dtype);

Description

Details

c_labclose ()

int         c_labclose                      (int fd,
                                             const char *hostname,
                                             int action);

fd : 
hostname : 
action : 
Returns : 


c_labdelete ()

int         c_labdelete                     (int fd,
                                             const char *inkey);

fd : 
inkey : 
Returns : 


c_lsmknm ()

void        c_lsmknm                        (const char *inname,
                                             const char *ext,
                                             char *outname);

inname : 
ext : 
outname : 


c_labopen ()

int         c_labopen                       (const char *hname,
                                             int rwmode);

hname : 
rwmode : 
Returns : 


c_labread ()

int         c_labread                       (int fd,
                                             char *key,
                                             int *clen,
                                             int *dlen,
                                             char *cbuf,
                                             void *dbuf,
                                             char *dtype);

fd : 
key : 
clen : 
dlen : 
cbuf : 
dbuf : 
dtype : 
Returns : 


c_labreplace ()

int         c_labreplace                    (int fd,
                                             const char *key,
                                             int clen,
                                             int dlen,
                                             const char *cbuf,
                                             const void *dbuf,
                                             const char *dtype);

fd : 
key : 
clen : 
dlen : 
cbuf : 
dbuf : 
dtype : 
Returns : 


c_labrew ()

int         c_labrew                        (int fd);

fd : 
Returns : 


c_labstat ()

int         c_labstat                       (const char *hostname,
                                             int mode);

hostname : 
mode : 
Returns : 


c_labwrite ()

int         c_labwrite                      (int fd,
                                             const char *key,
                                             int clen,
                                             int dlen,
                                             const char *cbuf,
                                             const void *dbuf,
                                             const char *dtype);

fd : 
key : 
clen : 
dlen : 
cbuf : 
dbuf : 
dtype : 
Returns : 


c_lsclos ()

int         c_lsclos                        (const long *fd,
                                             const char *hostname,
                                             const long *action);

fd : 
hostname : 
action : 
Returns : 


c_lsdel ()

int         c_lsdel                         (const long *fd,
                                             const char *inkey);

fd : 
inkey : 
Returns : 


c_lsopen ()

int         c_lsopen                        (long *fd,
                                             const char *hname,
                                             const long *rwmode);

fd : 
hname : 
rwmode : 
Returns : 


c_lsread ()

int         c_lsread                        (const long *fd,
                                             char *key,
                                             long *clen,
                                             long *dlen,
                                             char *cbuf,
                                             void *dbuf,
                                             char *dtype);

fd : 
key : 
clen : 
dlen : 
cbuf : 
dbuf : 
dtype : 
Returns : 


c_lsrepl ()

int         c_lsrepl                        (const long *fd,
                                             const char *key,
                                             const long *clen,
                                             const long *dlen,
                                             const char *cbuf,
                                             const void *dbuf,
                                             const char *dtype);

fd : 
key : 
clen : 
dlen : 
cbuf : 
dbuf : 
dtype : 
Returns : 


c_lsrew ()

int         c_lsrew                         (const long *fd);

fd : 
Returns : 


c_lsstat ()

int         c_lsstat                        (const char *hostname,
                                             const long *mode);

hostname : 
mode : 
Returns : 


c_lswrit ()

int         c_lswrit                        (const long *fd,
                                             const char *key,
                                             const long *clen,
                                             const long *dlen,
                                             const char *cbuf,
                                             const void *dbuf,
                                             const char *dtype);

fd : 
key : 
clen : 
dlen : 
cbuf : 
dbuf : 
dtype : 
Returns :