Lines Matching refs:Z_ARRVAL_P

348 				return zend_hash_index_update(Z_ARRVAL_P(list), index, (void *) val, sizeof(zval **), NULL);  in add_zval()
350 …return zend_hash_update(Z_ARRVAL_P(list), (char*) id, strlen(id) + 1, (void *) val, sizeof(zval **… in add_zval()
353 return zend_hash_next_index_insert(Z_ARRVAL_P(list), (void *) val, sizeof(zval **), NULL); in add_zval()
385 …if (zend_hash_find(Z_ARRVAL_P(output_opts), OUTPUT_TYPE_KEY, OUTPUT_TYPE_KEY_LEN + 1, (void**) &va… in set_output_options()
396 …if (zend_hash_find(Z_ARRVAL_P(output_opts), VERBOSITY_KEY, VERBOSITY_KEY_LEN + 1, (void**) &val) =… in set_output_options()
409 …if (zend_hash_find(Z_ARRVAL_P(output_opts), VERSION_KEY, VERSION_KEY_LEN + 1, (void**) &val) == SU… in set_output_options()
425 …if (zend_hash_find(Z_ARRVAL_P(output_opts), ENCODING_KEY, ENCODING_KEY_LEN + 1, (void**)&val) == S… in set_output_options()
432 …if (zend_hash_find(Z_ARRVAL_P(output_opts), ESCAPING_KEY, ESCAPING_KEY_LEN + 1, (void**)&val) == S… in set_output_options()
586 vtype = determine_vector_type(Z_ARRVAL_P(val_arr)); in PHP_to_XMLRPC_worker()
589 zend_hash_internal_pointer_reset(Z_ARRVAL_P(val_arr)); in PHP_to_XMLRPC_worker()
590 while(zend_hash_get_current_data(Z_ARRVAL_P(val_arr), (void**)&pIter) == SUCCESS) { in PHP_to_XMLRPC_worker()
591 int res = my_zend_hash_get_current_key(Z_ARRVAL_P(val_arr), &my_key, &num_index); in PHP_to_XMLRPC_worker()
620 zend_hash_move_forward(Z_ARRVAL_P(val_arr)); in PHP_to_XMLRPC_worker()
944 if(zend_hash_find(Z_ARRVAL_P(pData->server->method_map), in php_xmlrpc_callback()
985 zend_hash_internal_pointer_reset(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
987 …if (zend_hash_get_current_data(Z_ARRVAL_P(pData->server->introspection_map), (void**)&php_function… in php_xmlrpc_introspection_callback()
1025 zend_hash_move_forward(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
1029 zend_hash_clean(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
1540 if (zend_hash_find(Z_ARRVAL_P(arg), FAULT_CODE, FAULT_CODE_LEN + 1, (void**) &val) == SUCCESS && in PHP_FUNCTION()
1541 zend_hash_find(Z_ARRVAL_P(arg), FAULT_STRING, FAULT_STRING_LEN + 1, (void**) &val) == SUCCESS) { in PHP_FUNCTION()