Searched refs:dummy_type (Results 1 – 1 of 1) sorted by relevance
1918 sdlTypePtr dummy_type; in schema_attribute() local1926 dummy_type = emalloc(sizeof(sdlType)); in schema_attribute()1927 memset(dummy_type, 0, sizeof(sdlType)); in schema_attribute()1935 dummy_type->name = str; in schema_attribute()1937 dummy_type->namens = estrdup((char*)tns->children->content); in schema_attribute()1938 schema_simpleType(sdl, tns, trav, dummy_type); in schema_attribute()1939 newAttr->encode = dummy_type->encode; in schema_attribute()1940 ZVAL_PTR(&zv, dummy_type); in schema_attribute()
Completed in 19 milliseconds