Lines Matching defs:out

1787 static void sdl_serialize_string(const char *str, smart_str *out)  in sdl_serialize_string()
1802 static void sdl_serialize_key(HashTable *ht, smart_str *out) in sdl_serialize_key()
1816 static void sdl_serialize_encoder_ref(encodePtr enc, HashTable *tmp_encoders, smart_str *out) { in sdl_serialize_encoder_ref()
1829 static void sdl_serialize_type_ref(sdlTypePtr type, HashTable *tmp_types, smart_str *out) { in sdl_serialize_type_ref()
1842 static void sdl_serialize_attribute(sdlAttributePtr attr, HashTable *tmp_encoders, smart_str *out) in sdl_serialize_attribute()
1872 …lize_model(sdlContentModelPtr model, HashTable *tmp_types, HashTable *tmp_elements, smart_str *out) in sdl_serialize_model()
1906 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int()
1917 static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out) in sdl_serialize_resriction_char()
1928 … sdl_serialize_type(sdlTypePtr type, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out) in sdl_serialize_type()
2024 static void sdl_serialize_encoder(encodePtr enc, HashTable *tmp_types, smart_str *out) in sdl_serialize_encoder()
2032 …_serialize_parameters(HashTable *ht, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out) in sdl_serialize_parameters()
2057 …(sdlSoapBindingFunctionBodyPtr body, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out) in sdl_serialize_soap_body()
2115 smart_str *out = &buf; in add_sdl_to_cache() local