Home
last modified time | relevance | path

Searched refs:SOUP_CONTENT_PROCESSOR_GET_INTERFACE (Results 1 – 2 of 2) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-content-processor.c40 …return SOUP_CONTENT_PROCESSOR_GET_INTERFACE (processor)->wrap_input (processor, base_stream, msg, … in soup_content_processor_wrap_input()
48 return SOUP_CONTENT_PROCESSOR_GET_INTERFACE (processor)->processing_stage; in soup_content_processor_get_processing_stage()
Dsoup-content-processor.h18 #define SOUP_CONTENT_PROCESSOR_GET_INTERFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), SOUP_TY… macro