Home
last modified time | relevance | path

Searched defs:SOLR_MEM_DEBUG_DC (Results 1 – 2 of 2) sorted by relevance

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_string.c20 …ne void solr_string_alloc(solr_string_t *dest, size_t length, size_t *new_length SOLR_MEM_DEBUG_DC) in solr_string_alloc()
53 …olr_string_appends_ex(solr_string_t *dest, const solr_char_t *src, size_t length SOLR_MEM_DEBUG_DC) in solr_string_appends_ex()
72 PHP_SOLR_API void solr_string_appendc_ex(solr_string_t *dest, solr_char_t ch SOLR_MEM_DEBUG_DC) in solr_string_appendc_ex()
102 …_SOLR_API void solr_string_append_long_ex(solr_string_t *dest, long int long_val SOLR_MEM_DEBUG_DC) in solr_string_append_long_ex()
128 …r_string_append_unsigned_long_ex(solr_string_t *dest, unsigned long int long_val SOLR_MEM_DEBUG_DC) in solr_string_append_unsigned_long_ex()
180 PHP_SOLR_API void solr_string_free_ex(solr_string_t *dest SOLR_MEM_DEBUG_DC) in solr_string_free_ex()
209 … solr_string_set_ex(solr_string_t *dest, const solr_char_t *value, size_t length SOLR_MEM_DEBUG_DC) in solr_string_set_ex()
H A Dsolr_string.h38 #define SOLR_MEM_DEBUG_DC , const char * mm_function, char * mm_filename, int mm_line macro
44 #define SOLR_MEM_DEBUG_DC macro