Home | History | Annotate | Download | only in httpfs

Lines Matching refs:statuscode

242     int32_t statuscode;
249 &statuscode,
330 // Get response statuscode.
331 PP_Var statuscode = response_interface->GetProperty(
334 if (statuscode.type != PP_VARTYPE_INT32)
337 *out_statuscode = statuscode.value.as_int;
365 int32_t statuscode;
372 &statuscode,
438 int32_t statuscode;
445 &statuscode,
448 if (statuscode == STATUSCODE_REQUESTED_RANGE_NOT_SATISFIABLE) {
458 if (statuscode == STATUSCODE_OK) {
470 } else if (statuscode == STATUSCODE_PARTIAL_CONTENT) {
516 int32_t statuscode;
523 &statuscode,