Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_input_document.c45 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS) { in PHP_METHOD()
100 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS) { in PHP_METHOD()
117 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS) { in PHP_METHOD()
132 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS) { in PHP_METHOD()
167 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS) in PHP_METHOD()
292 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS) { in PHP_METHOD()
423 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS) in PHP_METHOD()
454 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS) in PHP_METHOD()
481 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS) in PHP_METHOD()
879 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &solr_doc)) in PHP_METHOD()
[all …]
H A Dphp_solr_document.c43 if (solr_fetch_document_entry(OBJ_FOR_PROP(objptr), &doc_entry) == SUCCESS) in solr_document_set_field()
103 if (solr_fetch_document_entry(OBJ_FOR_PROP(objptr), &doc_entry) == SUCCESS) in solr_document_get_field()
133 if (solr_fetch_document_entry(OBJ_FOR_PROP(objptr), &doc_entry) == SUCCESS) { in solr_document_remove_field()
160 if (solr_fetch_document_entry(OBJ_FOR_PROP(objptr), &doc_entry) == SUCCESS) { in solr_document_field_exists()
499 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS) { in PHP_METHOD()
702 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == FAILURE) { in PHP_METHOD()
809 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == FAILURE) in PHP_METHOD()
926 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS) in PHP_METHOD()
964 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS) in PHP_METHOD()
1068 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == FAILURE) { in PHP_METHOD()
[all …]
H A Dsolr_functions_document.c36 if (solr_fetch_document_entry(zobject, &old_doc_entry) == FAILURE) {
38 if (solr_fetch_document_entry(old_object, &old_doc_entry) == FAILURE) {
443 if (solr_fetch_document_entry(OBJ_FOR_PROP(doc_obj), &child_doc_entry) == SUCCESS)
538 if (solr_fetch_document_entry(OBJ_FOR_PROP(getThis()), &doc_entry) == SUCCESS)
H A Dsolr_functions_helpers.c191 PHP_SOLR_API int solr_fetch_document_entry(zval *objptr, solr_document_t **doc_entry) function
196 PHP_SOLR_API int solr_fetch_document_entry(zend_object *objptr, solr_document_t **doc_entry)
H A Dphp_solr.h812 PHP_SOLR_API int solr_fetch_document_entry(zval *objptr, solr_document_t **doc_entry);
814 PHP_SOLR_API int solr_fetch_document_entry(zend_object *objptr, solr_document_t **doc_entry);
H A Dphp_solr_client.c674 if (solr_fetch_document_entry(OBJ_FOR_PROP(solr_input_doc), &doc_entry) == FAILURE) { in PHP_METHOD()
811 if (solr_fetch_document_entry(OBJ_FOR_PROP(solr_input_doc), &doc_entry) == FAILURE) { in PHP_METHOD()