Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_schema.c1503 HashTable *addHash; in schema_element() local
1549 addHash = sdl->elements; in schema_element()
1558 addHash = cur_type->elements; in schema_element()
1563 if (zend_hash_add(addHash, key.c, key.len + 1, &newType, sizeof(sdlTypePtr), NULL) != SUCCESS) { in schema_element()
1567 zend_hash_next_index_insert(addHash, &newType, sizeof(sdlTypePtr), NULL); in schema_element()
1739 HashTable *addHash; in schema_attribute() local
1786 addHash = ctx->attributes; in schema_attribute()
1792 addHash = cur_type->attributes; in schema_attribute()
1795 …if (zend_hash_add(addHash, key.c, key.len + 1, &newAttr, sizeof(sdlAttributePtr), NULL) != SUCCESS… in schema_attribute()

Completed in 18 milliseconds