Searched refs:retcode (Results 1 - 8 of 8) sorted by relevance
| /httpd/modules/loggers/ |
| H A D | mod_log_config.c | 624 apr_size_t retcode; local 626 apr_strftime(tstr, &retcode, sizeof(tstr), a, xt);
|
| /httpd/modules/metadata/ |
| H A D | mod_cern_meta.c | 275 apr_status_t retcode; local 340 retcode = apr_file_open(&f, metafilename, APR_READ, APR_OS_DEFAULT, r->pool); 341 if (retcode != APR_SUCCESS) { 342 if (APR_STATUS_IS_ENOENT(retcode)) {
|
| /httpd/server/ |
| H A D | main.c | 292 static int abort_on_oom(int retcode) argument 295 return retcode; /* unreachable, hopefully. */
|
| H A D | util.c | 126 apr_size_t retcode; local 171 apr_strftime(ts, &retcode, MAX_STRING_LEN, fmt, &xt);
|
| /httpd/support/ |
| H A D | ab.c | 430 static int abort_on_oom(int retcode) argument 435 return retcode;
|
| /openjdk7/jdk/src/share/native/sun/awt/image/jpeg/ |
| H A D | jdapimin.c | 247 int retcode; local 253 retcode = jpeg_consume_input(cinfo); 255 switch (retcode) { 257 retcode = JPEG_HEADER_OK; 267 retcode = JPEG_HEADER_TABLES_ONLY; 274 return retcode; 293 int retcode = JPEG_SUSPENDED; local 305 retcode = (*cinfo->inputctl->consume_input) (cinfo); 306 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */ 315 retcode [all...] |
| H A D | jdapistd.c | 59 int retcode; variable 64 retcode = (*cinfo->inputctl->consume_input) (cinfo); 65 if (retcode == JPEG_SUSPENDED) 67 if (retcode == JPEG_REACHED_EOI) 71 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
|
| H A D | jdtrans.c | 59 int retcode; local 64 retcode = (*cinfo->inputctl->consume_input) (cinfo); 65 if (retcode == JPEG_SUSPENDED) 67 if (retcode == JPEG_REACHED_EOI) 71 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
|
Completed in 91 milliseconds