Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_helpers.c102 …zend_declare_property_string(ce, "response_writer", sizeof("response_writer")-1, SOLR_SPACE_STRING in solr_response_register_class_properties()
103 …_string(ce, "http_status_message", sizeof("http_status_message")-1, SOLR_SPACE_STRING, ZEND_ACC_PR… in solr_response_register_class_properties()
104 …operty_string(ce, "http_request_url", sizeof("http_request_url")-1, SOLR_SPACE_STRING, ZEND_ACC_PR… in solr_response_register_class_properties()
105 …, "http_raw_request_headers", sizeof("http_raw_request_headers")-1, SOLR_SPACE_STRING, ZEND_ACC_PR… in solr_response_register_class_properties()
106 …operty_string(ce, "http_raw_request", sizeof("http_raw_request")-1, SOLR_SPACE_STRING, ZEND_ACC_PR… in solr_response_register_class_properties()
107 …"http_raw_response_headers", sizeof("http_raw_response_headers")-1, SOLR_SPACE_STRING, ZEND_ACC_PR… in solr_response_register_class_properties()
108 …erty_string(ce, "http_raw_response", sizeof("http_raw_response")-1, SOLR_SPACE_STRING, ZEND_ACC_PR… in solr_response_register_class_properties()
109 …g(ce, "http_digested_response", sizeof("http_digested_response")-1, SOLR_SPACE_STRING, ZEND_ACC_PR… in solr_response_register_class_properties()
H A Dsolr_constants.h24 #define SOLR_SPACE_STRING " " macro
H A Dphp_solr_params.c878 RETVAL_STRINGL(SOLR_SPACE_STRING, sizeof(SOLR_SPACE_STRING)-1); in PHP_METHOD()
H A Dphp_solr.c1161 …ROPERTY_NAME, sizeof(SOLR_FIELD_NAME_PROPERTY_NAME)-1, SOLR_SPACE_STRING, sizeof(SOLR_SPACE_STRING in PHP_MINIT_FUNCTION()