Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_schema.c1916 sdlTypePtr dummy_type; in schema_attribute() local
1922 dummy_type = emalloc(sizeof(sdlType)); in schema_attribute()
1923 memset(dummy_type, 0, sizeof(sdlType)); in schema_attribute()
1930 dummy_type->name = anonymous.c; in schema_attribute()
1932 dummy_type->namens = estrdup((char*)tns->children->content); in schema_attribute()
1933 schema_simpleType(sdl, tns, trav, dummy_type); in schema_attribute()
1934 newAttr->encode = dummy_type->encode; in schema_attribute()
1935 delete_type(&dummy_type); in schema_attribute()

Completed in 9 milliseconds