Lines Matching refs:response_body

858   g_autoptr (GBytes) response_body = NULL;  in destroy_session_cb()
862 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in destroy_session_cb()
865 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in destroy_session_cb()
870 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in destroy_session_cb()
1000 g_autoptr (GBytes) response_body = NULL; in get_storage_credentials_cb()
1004 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in get_storage_credentials_cb()
1007 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in get_storage_credentials_cb()
1012 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in get_storage_credentials_cb()
1015 node = json_from_string (g_bytes_get_data (response_body, NULL), &error); in get_storage_credentials_cb()
1150 g_autoptr (GBytes) response_body = NULL; in get_signed_certificate_cb()
1154 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in get_signed_certificate_cb()
1157 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in get_signed_certificate_cb()
1160 node = json_from_string (g_bytes_get_data (response_body, NULL), &error); in get_signed_certificate_cb()
1201 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in get_signed_certificate_cb()
1331 g_autoptr (GBytes) response_body = NULL; in delete_synchronizable_cb()
1335 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in delete_synchronizable_cb()
1338 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in delete_synchronizable_cb()
1345 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in delete_synchronizable_cb()
1422 g_autoptr (GBytes) response_body = NULL; in download_synchronizable_cb()
1426 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in download_synchronizable_cb()
1429 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in download_synchronizable_cb()
1434 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in download_synchronizable_cb()
1437 node = json_from_string (g_bytes_get_data (response_body, NULL), &error); in download_synchronizable_cb()
1516 g_autoptr (GBytes) response_body = NULL; in upload_synchronizable_cb()
1520 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in upload_synchronizable_cb()
1523 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in upload_synchronizable_cb()
1534 time_modified = ceil (g_ascii_strtod (g_bytes_get_data (response_body, NULL), NULL)); in upload_synchronizable_cb()
1539 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in upload_synchronizable_cb()
1648 g_autoptr (GBytes) response_body = NULL; in commit_batch_cb()
1653 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in commit_batch_cb()
1657 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in commit_batch_cb()
1662 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in commit_batch_cb()
1684 g_autoptr (GBytes) response_body = NULL; in upload_batch_cb()
1688 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in upload_batch_cb()
1691 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in upload_batch_cb()
1697 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in upload_batch_cb()
1733 g_autoptr (GBytes) response_body = NULL; in start_batch_upload_cb()
1737 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in start_batch_upload_cb()
1740 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in start_batch_upload_cb()
1746 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in start_batch_upload_cb()
1750 node = json_from_string (g_bytes_get_data (response_body, NULL), &error); in start_batch_upload_cb()
1835 g_autoptr (GBytes) response_body = NULL; in sync_collection_cb()
1841 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in sync_collection_cb()
1844 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in sync_collection_cb()
1849 collection, status_code, (const char *)g_bytes_get_data (response_body, NULL)); in sync_collection_cb()
1852 node = json_from_string (g_bytes_get_data (response_body, NULL), &error); in sync_collection_cb()
2170 g_autoptr (GBytes) response_body = NULL; in upload_client_record_cb()
2174 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in upload_client_record_cb()
2177 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in upload_client_record_cb()
2182 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in upload_client_record_cb()
2379 g_autoptr (GBytes) response_body = NULL; in upload_crypto_keys_cb()
2383 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in upload_crypto_keys_cb()
2386 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in upload_crypto_keys_cb()
2391 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in upload_crypto_keys_cb()
2456 g_autoptr (GBytes) response_body = NULL; in get_crypto_keys_cb()
2460 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in get_crypto_keys_cb()
2463 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in get_crypto_keys_cb()
2474 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in get_crypto_keys_cb()
2478 node = json_from_string (g_bytes_get_data (response_body, NULL), &error); in get_crypto_keys_cb()
2555 g_autoptr (GBytes) response_body = NULL; in upload_meta_global_cb()
2559 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in upload_meta_global_cb()
2562 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in upload_meta_global_cb()
2567 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in upload_meta_global_cb()
2641 g_autoptr (GBytes) response_body = NULL; in verify_storage_version_cb()
2645 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in verify_storage_version_cb()
2648 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in verify_storage_version_cb()
2659 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in verify_storage_version_cb()
2664 json_parser_load_from_data (parser, g_bytes_get_data (response_body, NULL), -1, &error); in verify_storage_version_cb()
2737 g_autoptr (GBytes) response_body = NULL; in upload_fxa_device_cb()
2741 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in upload_fxa_device_cb()
2744 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in upload_fxa_device_cb()
2749 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in upload_fxa_device_cb()
2753 node = json_from_string (g_bytes_get_data (response_body, NULL), &error); in upload_fxa_device_cb()
2886 g_autoptr (GBytes) response_body = NULL; in get_account_keys_cb()
2890 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in get_account_keys_cb()
2893 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in get_account_keys_cb()
2896 node = json_from_string (g_bytes_get_data (response_body, NULL), &error); in get_account_keys_cb()
2930 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in get_account_keys_cb()
3087 g_autoptr (GBytes) response_body = NULL; in delete_open_tabs_record_cb()
3091 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in delete_open_tabs_record_cb()
3094 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in delete_open_tabs_record_cb()
3099 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in delete_open_tabs_record_cb()
3124 g_autoptr (GBytes) response_body = NULL; in delete_client_record_cb()
3128 response_body = g_bytes_ref (g_object_get_data (G_OBJECT (msg), "ephy-request-body")); in delete_client_record_cb()
3131 response_body = g_bytes_new_static (msg->response_body->data, msg->response_body->length); in delete_client_record_cb()
3136 status_code, (const char *)g_bytes_get_data (response_body, NULL)); in delete_client_record_cb()