Lines Matching refs:Post
331 Post("QUIT\r\n"); in TSMClose()
413 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
415 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
426 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
441 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
462 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
492 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
517 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
550 if ((res = Post(Buffer)) != SUCCESS) { in SendText()
592 if ((res = Post("DATA\r\n")) != SUCCESS) { in SendText()
638 if ((res = Post(p)) != SUCCESS) { in SendText()
645 if ((res = Post(p)) != SUCCESS) { in SendText()
654 if ((res = Post("\r\n.\r\n")) != SUCCESS) in SendText()
737 if ((res = Post(header_buffer)) != SUCCESS) { in PostHeader()
743 if ((res = Post("\r\n")) != SUCCESS) { in PostHeader()
852 static int Post(LPCSTR msg) in Post() function