Lines Matching defs:out

1785 static void sdl_serialize_string(const char *str, smart_str *out)  in sdl_serialize_string()
1800 static void sdl_serialize_key(HashTable *ht, smart_str *out) in sdl_serialize_key()
1814 static void sdl_serialize_encoder_ref(encodePtr enc, HashTable *tmp_encoders, smart_str *out) { in sdl_serialize_encoder_ref()
1827 static void sdl_serialize_type_ref(sdlTypePtr type, HashTable *tmp_types, smart_str *out) { in sdl_serialize_type_ref()
1840 static void sdl_serialize_attribute(sdlAttributePtr attr, HashTable *tmp_encoders, smart_str *out) in sdl_serialize_attribute()
1870 …lize_model(sdlContentModelPtr model, HashTable *tmp_types, HashTable *tmp_elements, smart_str *out) in sdl_serialize_model()
1904 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int()
1915 static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out) in sdl_serialize_resriction_char()
1926 … sdl_serialize_type(sdlTypePtr type, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out) in sdl_serialize_type()
2022 static void sdl_serialize_encoder(encodePtr enc, HashTable *tmp_types, smart_str *out) in sdl_serialize_encoder()
2030 …_serialize_parameters(HashTable *ht, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out) in sdl_serialize_parameters()
2055 …(sdlSoapBindingFunctionBodyPtr body, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out) in sdl_serialize_soap_body()
2113 smart_str *out = &buf; in add_sdl_to_cache() local