Home
last modified time | relevance | path

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

/dports/www/p5-HTML-Template-Pro/HTML-Template-Pro-0.9510/
H A Dpstrutils.inc19 char* buf=pbuffer_resize(pBuffer, size+1);
48 char* buf=pbuffer_resize(pBuffer, size+1);
78 char* buf=pbuffer_resize(StrBuffer, pstring.endnext-pstring.begin+1+MAX_ESCAPE_SEQ);
87 buf=pbuffer_resize(StrBuffer, 2*(offset+MAX_ESCAPE_SEQ));
109 char* buf=pbuffer_resize(StrBuffer, pstring.endnext-pstring.begin+1+MAX_ESCAPE_SEQ);
118 buf=pbuffer_resize(StrBuffer, 2*(offset+MAX_ESCAPE_SEQ));
146 char* buf=pbuffer_resize(StrBuffer, pstring.endnext-pstring.begin+1+MAX_ESCAPE_SEQ);
155 buf=pbuffer_resize(StrBuffer, 2*(offset+MAX_ESCAPE_SEQ));
H A Dpbuffer.c31 char* pbuffer_resize(pbuffer* pBuffer, size_t size) { in pbuffer_resize() function
57 pbuffer_resize(pBuffer, size+1); in pbuffer_fill_from_pstring()
H A Dpbuffer.h20 TMPLPRO_LOCAL char* pbuffer_resize(pbuffer*, size_t size);
H A Dcallback_stubs.inc34 pbuffer_resize(pbuf, oldlen + addlen + 1);
H A Dexprtool.inc275 char* buf=pbuffer_resize(pbuff, endnext-curpos+1);
H A Dprocore.c576 pbuffer_resize(state.bufptr, 4000); in tmplpro_tmpl2pstring()
H A Dbuiltin_findfile.inc268 pbuffer_resize(&param->builtin_findfile_buffer, buffsize);