Home
last modified time | relevance | path

Searched refs:send_doc (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Objects/
Dgenobject.c115 PyDoc_STRVAR(send_doc,
325 {"send",(PyCFunction)gen_send, METH_O, send_doc},
/external/curl/tests/server/
Drtspd.c888 static int send_doc(curl_socket_t sock, struct httprequest *req) in send_doc() function
1408 send_doc(msgsock, &req); in main()
Dsws.c1028 static int send_doc(curl_socket_t sock, struct httprequest *req) in send_doc() function
1551 err = send_doc(datafd, &req2); in http_connect()
1903 send_doc(msgsock, req); in service_connection()
/external/python/cpython2/Modules/
Dsocketmodule.c2836 PyDoc_STRVAR(send_doc,
3105 send_doc},