Home
last modified time | relevance | path

Searched refs:CC_INSTALL (Results 1 – 10 of 10) sorted by relevance

/dports/net/fspd/fsp-2.8.1b29/clients/
H A Dfput.c62 ub=client_interact(CC_INSTALL,0L, 1, "", 0, (unsigned char *)NULLP); in upload_cleanup()
64 ub=client_interact(CC_INSTALL,0L, 1, "", 0, (unsigned char *)NULLP); in upload_cleanup()
/dports/net/fspd/fsp-2.8.1b29/include/
H A Dcommon_def.h85 #define CC_INSTALL 0x44 /* close a file opened for writing. */ macro
/dports/net/fspd/fsp-2.8.1b29/contrib/
H A Dfspscan.h53 #define CC_INSTALL 0x44 /* close a file opened for writing. */ macro
/dports/net/fspclient/fspclient-0.93.1/include/
H A Dcommon.h85 #define CC_INSTALL 0x44 /* close a file opened for writing. */ macro
/dports/net/fspclient/fspclient-0.93.1/client/
H A Dutil.c516 ub = client_interact(CC_INSTALL,4,strlen(fpath),fpath+1,4,&lastmod); in util_upload()
520 ub = client_interact(CC_INSTALL,0,strlen(fpath),fpath+1,0,NULLP); in util_upload()
527 ub = client_interact(CC_INSTALL,0,1,"",0,NULLP); in util_upload()
/dports/net/fspd/fsp-2.8.1b29/server/
H A Dserver.c117 case CC_INSTALL: in print_command()
688 case CC_INSTALL : in server_process_packet()
/dports/net/fspd/fsp-2.8.1b29/
H A DPROTOCOL377 CC_INSTALL 0x44 - close and install file opened for writing
391 file send CC_INSTALL command with zero length (only 00
516 same format as CC_INSTALL. File is not
H A DChangeLog226 PROTOCOL: CC_INSTALL command:
/dports/net/fspd/fsp-2.8.1b29/doc/
H A DPROTOCOL377 CC_INSTALL 0x44 - close and install file opened for writing
391 file send CC_INSTALL command with zero length (only 00
516 same format as CC_INSTALL. File is not
/dports/net/fspd/fsp-2.8.1b29/client/
H A Dutil.c423 ub = client_interact(CC_INSTALL,stamp==0?0:4,strlen(fpath), in util_upload()