Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_string.c55 auto size_t __new_length = 0U; in solr_string_appends_ex() local
64 dest->len = __new_length; in solr_string_appends_ex()
67 dest->str[__new_length] = (solr_char_t) 0x00; in solr_string_appends_ex()
74 auto size_t __new_length = 0U; in solr_string_appendc_ex() local
82 dest->len = __new_length; in solr_string_appendc_ex()
85 dest->str[__new_length] = (solr_char_t) 0x00; in solr_string_appendc_ex()
104 auto size_t __new_length = 0U; in solr_string_append_long_ex() local
120 dest->len = __new_length; in solr_string_append_long_ex()
123 dest->str[__new_length] = (solr_char_t) 0x00; in solr_string_append_long_ex()
130 auto size_t __new_length = 0U; in solr_string_append_unsigned_long_ex() local
[all …]