Home
last modified time | relevance | path

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

/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Ddstr.c98 UdmDSTRRealloc(UDM_DSTR *dstr, size_t size_data) in UdmDSTRRealloc() function
117 return UdmDSTRRealloc(dstr, dstr->Val.length + additional_size); in UdmDSTRReserve()
150 if (UDM_OK != UdmDSTRRealloc(dstr, newlen)) in UdmDSTRAppendURLDecode()
165 if (UDM_OK != UdmDSTRRealloc(dstr, dstr->Val.length + bytes_needed + 1)) in UdmDSTRAppendConv()
188 if (!slen || (UDM_OK != UdmDSTRRealloc(dstr, new_size))) in UdmDSTRAppendHex()
H A Dsqlmon.c315 UdmDSTRRealloc(&qbuf, UdmDSTRLength(&qbuf) + CHUNK_SIZE); in UdmSQLMonitor()
H A Dusersection.c151 UdmDSTRRealloc(&sbuf, buflen); in UdmUserSectionsParse()
H A Dqcache.c375 UdmDSTRRealloc(&buf, nbytes + 128 + wwl_length_escaped); in UdmQueryCachePutSQL()
H A Ddbmode-blob.c805 if (buf->size_alloced < *len * 7 && UdmDSTRRealloc(buf, *len * 7) != UDM_OK) in UdmBlobModeInflateOrSelf()
829 UdmDSTRRealloc(buf, row->length); in UdmBlobModeInflateOrAlloc()
1231 if (UdmDSTRRealloc(buf, nbytes)) in UdmBlobWriteWordUsingMultiInsert()
1285 UdmDSTRRealloc(z, len + 8 + 1); /* 8 for two INTs */ in UdmBlobWriteWordCmpr()
2219 if (UDM_OK != UdmDSTRRealloc(multi, UdmDSTRLength(multi) + in UdmInvertedIndexCacheStoreWord()
H A Dsql.c529 UdmDSTRRealloc(dstr, UdmDSTRLength(dstr) + strlen(val) + 50); in UdmSQLWhereIntParam()
/dports/www/mnogosearch/mnogosearch-3.4.1/include/
H A Dudm_utils.h267 udm_rc_t UdmDSTRRealloc (UDM_DSTR *dstr, size_t size_data);