Searched refs:addHash (Results 1 – 1 of 1) sorted by relevance
1523 HashTable *addHash; in schema_element() local1569 addHash = sdl->elements; in schema_element()1578 addHash = cur_type->elements; in schema_element()1583 if (zend_hash_add_ptr(addHash, key.s, newType) == NULL) { in schema_element()1587 zend_hash_next_index_insert_ptr(addHash, newType); in schema_element()1757 HashTable *addHash; in schema_attribute() local1804 addHash = ctx->attributes; in schema_attribute()1810 addHash = cur_type->attributes; in schema_attribute()1813 if (zend_hash_add_ptr(addHash, key.s, newAttr) == NULL) { in schema_attribute()
Completed in 8 milliseconds