|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
Go to the source code of this file.
Functions | |
| void | OnBegin (const happyhttp::Response *r, void *userdata) |
| void | OnData (const happyhttp::Response *r, void *userdata, const unsigned char *data, int n) |
| void | OnComplete (const happyhttp::Response *r, void *userdata) |
| void | Test1 () |
| void | Test2 () |
| void | Test3 () |
| void | Test4 () |
| void | Test5 () |
| int | main (int argc, char *argv[]) |
Variables | |
| int | count =0 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 157 of file test.cpp.
References Test5(), and happyhttp::Wobbly::what().
| void OnBegin | ( | const happyhttp::Response * | r, |
| void * | userdata | ||
| ) |
| void OnComplete | ( | const happyhttp::Response * | r, |
| void * | userdata | ||
| ) |
| void OnData | ( | const happyhttp::Response * | r, |
| void * | userdata, | ||
| const unsigned char * | data, | ||
| int | n | ||
| ) |
| void Test1 | ( | ) |
Definition at line 33 of file test.cpp.
References OnBegin(), OnComplete(), OnData(), happyhttp::Connection::outstanding(), happyhttp::Connection::pump(), happyhttp::Connection::request(), and happyhttp::Connection::setcallbacks().
| void Test2 | ( | ) |
Definition at line 48 of file test.cpp.
References OnBegin(), OnComplete(), OnData(), happyhttp::Connection::outstanding(), happyhttp::Connection::pump(), happyhttp::Connection::request(), and happyhttp::Connection::setcallbacks().
| void Test3 | ( | ) |
Definition at line 75 of file test.cpp.
References happyhttp::Connection::endheaders(), OnBegin(), OnComplete(), OnData(), happyhttp::Connection::outstanding(), happyhttp::Connection::pump(), happyhttp::Connection::putheader(), happyhttp::Connection::putrequest(), happyhttp::Connection::send(), and happyhttp::Connection::setcallbacks().
| void Test4 | ( | ) |
Definition at line 99 of file test.cpp.
References happyhttp::Connection::endheaders(), OnBegin(), OnComplete(), OnData(), happyhttp::Connection::outstanding(), happyhttp::Connection::pump(), happyhttp::Connection::putheader(), happyhttp::Connection::putrequest(), happyhttp::Connection::send(), and happyhttp::Connection::setcallbacks().
| void Test5 | ( | ) |
Definition at line 128 of file test.cpp.
References happyhttp::Connection::endheaders(), OnBegin(), OnComplete(), OnData(), happyhttp::Connection::outstanding(), happyhttp::Connection::pump(), happyhttp::Connection::putheader(), happyhttp::Connection::putrequest(), happyhttp::Connection::send(), and happyhttp::Connection::setcallbacks().
Referenced by main().
| int count =0 |
Definition at line 12 of file test.cpp.
Referenced by PTextBox::DeleteText(), PlatformWidget::Draw(), PEBLObjects::DrawFor(), Evaluator::Evaluate(), Evaluator::Evaluate1(), jsmn_parse(), OnBegin(), OnComplete(), OnData(), happyhttp::Response::pump(), PEBLMath::RandomBinomial(), and ScaleDefinition::ValidateInternal().