Searched refs:SEND_ARG2_CAST (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/ |
D | nanoftp.c | 778 res = send(ctxt->controlFd, SEND_ARG2_CAST buf, len, 0); in xmlNanoFTPSendUser() 806 res = send(ctxt->controlFd, SEND_ARG2_CAST buf, len, 0); in xmlNanoFTPSendPasswd() 837 res = send(ctxt->controlFd, SEND_ARG2_CAST buf, len, 0); in xmlNanoFTPQuit() 1033 res = send(ctxt->controlFd, SEND_ARG2_CAST buf, len, 0); in xmlNanoFTPConnect() 1055 res = send(ctxt->controlFd, SEND_ARG2_CAST buf, len, 0); in xmlNanoFTPConnect() 1096 res = send(ctxt->controlFd, SEND_ARG2_CAST buf, len, 0); in xmlNanoFTPConnect() 1127 res = send(ctxt->controlFd, SEND_ARG2_CAST buf, len, 0); in xmlNanoFTPConnect() 1149 res = send(ctxt->controlFd, SEND_ARG2_CAST buf, len, 0); in xmlNanoFTPConnect() 1299 res = send(ctxt->controlFd, SEND_ARG2_CAST buf, len, 0); in xmlNanoFTPCwd() 1350 res = send(ctxt->controlFd, SEND_ARG2_CAST buf, len, 0); in xmlNanoFTPDele() [all …]
|
D | config.h | 306 #define SEND_ARG2_CAST /**/ macro
|
D | configure.ac | 642 AC_DEFINE([SEND_ARG2_CAST], [], definition 645 AC_DEFINE([SEND_ARG2_CAST], [(char *)], definition
|
D | nanohttp.c | 464 int nsent = send(ctxt->fd, SEND_ARG2_CAST (xmt_ptr + total_sent), in xmlNanoHTTPSend()
|
/external/libxml2/include/ |
D | win32config.h | 8 #define SEND_ARG2_CAST macro
|
/external/libxml2/os400/ |
D | os400config.h.in | 347 #define SEND_ARG2_CAST (char *) macro
|