Lines Matching defs:out

1794 static void sdl_serialize_string(const char *str, smart_str *out)  in sdl_serialize_string()
1808 static void sdl_serialize_key(zend_string *key, smart_str *out) in sdl_serialize_key()
1818 static void sdl_serialize_encoder_ref(encodePtr enc, HashTable *tmp_encoders, smart_str *out) { in sdl_serialize_encoder_ref()
1831 static void sdl_serialize_type_ref(sdlTypePtr type, HashTable *tmp_types, smart_str *out) { in sdl_serialize_type_ref()
1844 static void sdl_serialize_attribute(sdlAttributePtr attr, HashTable *tmp_encoders, smart_str *out) in sdl_serialize_attribute()
1874 …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()
2056 …(sdlSoapBindingFunctionBodyPtr body, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out) in sdl_serialize_soap_body()
2114 smart_str *out = &buf; in add_sdl_to_cache() local