Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_types.h79 SOLR_SERVLET_TYPE_PING = 8, enumerator
H A Dsolr_functions_helpers.c81 …s_constant_long(ce, "PING_SERVLET_TYPE", sizeof("PING_SERVLET_TYPE")-1, SOLR_SERVLET_TYPE_PING); in solr_client_register_class_constants()
H A Dphp_solr_client.c527 case SOLR_SERVLET_TYPE_PING : in PHP_METHOD()