Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_document.c93 static int solr_document_get_field(zval *objptr, zval *return_value, solr_char_t *field_name, COMPA… in solr_document_get_field() function
558 if (solr_document_get_field(getThis(), return_value, field_name, field_name_length) == FAILURE) { in PHP_METHOD()
646 if (solr_document_get_field(getThis(), return_value, field_name, field_name_length) == FAILURE) { in PHP_METHOD()
948 if (solr_document_get_field(getThis(), return_value, field_name, field_name_length) == FAILURE) { in PHP_METHOD()