/external/libmicrohttpd/src/microhttpd/ |
connection_https.c | 41 * @return #MHD_YES on error or if the handshake is progressing 57 return MHD_YES; 64 return MHD_YES; 73 return MHD_YES; 93 * @return always #MHD_YES (we should continue to process the connection) 98 if (MHD_YES == run_tls_handshake (connection)) 99 return MHD_YES; 110 * @return always #MHD_YES (we should continue to process the connection) 115 if (MHD_YES == run_tls_handshake (connection)) 116 return MHD_YES; [all...] |
connection.c | 143 (MHD_YES != iterator (iterator_cls, 173 * #MHD_YES on success 184 sizeof (struct MHD_HTTP_Header), MHD_YES); 202 return MHD_YES; 276 (MHD_YES == connection->read_closed) ? SHUT_WR : SHUT_RDWR); 280 (MHD_YES == connection->client_aware) ) 339 return MHD_YES; 341 return MHD_YES; /* 0-byte response is always ready */ 346 return MHD_YES; /* response already ready */ 352 return MHD_YES; [all...] |
daemon.c | 219 if (MHD_YES != MHD_mutex_lock_(&daemon->per_ip_connection_mutex)) 234 if (MHD_YES != MHD_mutex_unlock_(&daemon->per_ip_connection_mutex)) 263 * @return #MHD_YES on success and #MHD_NO otherwise (e.g., invalid address type) 278 return MHD_YES; 288 return MHD_YES; 303 * @return Return #MHD_YES if IP below limit, #MHD_NO if IP has surpassed limit. 319 return MHD_YES; 329 return MHD_YES; 354 if (MHD_YES == result) 517 if (MHD_YES == connection->tls_read_ready [all...] |
test_postprocessor_large.c | 52 return MHD_YES; 54 return MHD_YES;
|
test_postprocessor_amp.c | 19 return MHD_YES;
|
test_daemon.c | 58 return MHD_YES; 107 if (MHD_YES != MHD_get_fdset (d, &rs, &rs, &rs, &maxfd))
|
postprocessor.c | 211 * Set to #MHD_YES whenever we parse a new multiparty entry header, 339 * @return #MHD_YES on success, #MHD_NO if there was an error processing the data 380 return MHD_YES; /* no '=' yet */ 478 return MHD_YES; 485 return MHD_YES; 496 * @return #MHD_YES if there was a match, #MHD_NO if not 508 return MHD_YES; 527 * @return #MHD_NO if the boundary is not found, #MHD_YES if we did find it 573 return MHD_YES; 632 * @return #MHD_YES if we can continue processing [all...] |
response.c | 86 return MHD_YES; 163 return MHD_YES; 193 (MHD_YES != iterator (iterator_cls, 257 if (MHD_YES != MHD_mutex_create_ (&response->mutex)) 277 * @return #MHD_YES on success, #MHD_NO on error 288 ret = MHD_YES; 428 if (MHD_YES != MHD_mutex_create_ (&response->mutex)) 442 must_free = MHD_YES;
|
digestauth.c | 298 * @return MHD_YES if successful, MHD_NO if invalid (or we have no NC array) 334 return MHD_YES; 348 return MHD_YES; 439 * @return #MHD_YES if the key-value pair is in the headers, 457 return MHD_YES; 462 return MHD_YES; 475 * @return MHD_YES if the arguments match, 510 if (MHD_YES != test_header (connection, argp, NULL)) 544 return MHD_YES; 557 * @return #MHD_YES if authenticated, #MHD_NO if not [all...] |
/external/skia/tools/skiaserve/urlhandlers/ |
PostHandler.cpp | 27 return MHD_YES; 50 return MHD_YES; 58 return MHD_YES;
|
/external/libmicrohttpd/src/include/ |
platform_interface.h | 250 * @return #MHD_YES on success, #MHD_NO on failure 253 ((0 == pthread_mutex_init ((mutex), NULL)) ? MHD_YES : MHD_NO) 258 * @return #MHD_YES on success, #MHD_NO on failure 261 ((NULL != (mutex) && 0 != InitializeCriticalSectionAndSpinCount((mutex),2000)) ? MHD_YES : MHD_NO) 268 * @return #MHD_YES on success, #MHD_NO on failure 271 ((0 == pthread_mutex_destroy ((mutex))) ? MHD_YES : MHD_NO) 276 * @return #MHD_YES on success, #MHD_NO on failure 279 ((NULL != (mutex)) ? (DeleteCriticalSection(mutex), MHD_YES) : MHD_NO) 288 * @return #MHD_YES on success, #MHD_NO on failure 291 ((0 == pthread_mutex_lock((mutex))) ? MHD_YES : MHD_NO [all...] |
/external/libmicrohttpd/src/testcurl/ |
test_start_stop.c | 115 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_POLL)) 121 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL))
|
test_termination.c | 65 return MHD_YES; 71 return MHD_YES;
|
/external/libmicrohttpd/doc/examples/ |
simplepost.c | 91 return MHD_YES; 149 return MHD_YES; 167 return MHD_YES;
|
logging.c | 22 return MHD_YES;
|
sessions.c | 224 * @param MHD_YES on success, MHD_NO on failure 468 * @return MHD_YES to continue iterating, 490 return MHD_YES; 501 return MHD_YES; 512 return MHD_YES; 515 return MHD_YES; 590 return MHD_YES; 613 return MHD_YES; 634 if (ret != MHD_YES) 751 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max) [all...] |
largepost.c | 115 return MHD_YES; 187 return MHD_YES; 208 return MHD_YES;
|
basicauthentication.c | 37 return MHD_YES;
|
/external/libmicrohttpd/src/examples/ |
fileserver_example_external_select.c | 69 return MHD_YES; 134 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) 136 if (MHD_get_timeout (d, &mhd_timeout) == MHD_YES)
|
chunked_example.c | 58 return MHD_YES;
|
dual_stack_example.c | 49 return MHD_YES;
|
minimal_example.c | 49 return MHD_YES;
|
minimal_example_comet.c | 56 return MHD_YES;
|
mhd2spdy_http.c | 69 return MHD_YES; 74 return MHD_YES; 206 return MHD_YES; 228 return MHD_YES; 240 return MHD_YES; 245 return MHD_YES; 319 return MHD_YES;
|
post_example.c | 202 * @param MHD_YES on success, MHD_NO on failure 452 * @return MHD_YES to continue iterating, 474 return MHD_YES; 484 return MHD_YES; 494 return MHD_YES; 499 return MHD_YES; 573 return MHD_YES; 596 return MHD_YES; 617 if (ret != MHD_YES) 734 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max) [all...] |