Searched refs:addHash (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_schema.c | 1503 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 10 milliseconds