Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_client.c682 zval *msg_zv_p=(zval *) NULL, *code_zv_p = (zval *) NULL; in hydrate_error_zval() local
693 if ((msg_zv_p = zend_hash_find(Z_ARRVAL_P(error_p), msg_key_str)) != NULL) in hydrate_error_zval()
695 exceptionData->message = (solr_char_t *)estrdup(Z_STRVAL(*msg_zv_p)); in hydrate_error_zval()
702 if ((msg_zv_p = zend_hash_find(Z_ARRVAL_P(error_p), trace_key_str)) != NULL) in hydrate_error_zval()
704 exceptionData->message = (solr_char_t *)estrdup(Z_STRVAL(*msg_zv_p)); in hydrate_error_zval()
744 zval *msg_zv_p=(zval *)NULL,*code_zv_p=(zval *)NULL; in solr_get_json_error() local
779 if ((msg_zv_p = zend_hash_find(Z_ARRVAL_P(error_p), msg_key_str)) != NULL) in solr_get_json_error()
781 exceptionData->message = (solr_char_t *)estrdup(Z_STRVAL_P(msg_zv_p)); in solr_get_json_error()
784 if ((msg_zv_p = zend_hash_find(Z_ARRVAL_P(error_p), trace_key_str)) != NULL) in solr_get_json_error()
786 exceptionData->message = (solr_char_t *)estrdup(Z_STRVAL_P(msg_zv_p)); in solr_get_json_error()