Home
last modified time | relevance | path

Searched defs:newlen (Results 1 – 14 of 14) sorted by relevance

/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c145 int newlen; in mbfl_memory_device_output() local
168 int newlen; in mbfl_memory_device_output2() local
193 int newlen; in mbfl_memory_device_output4() local
229 int newlen = device->length + (len + MBFL_MEMORY_DEVICE_ALLOC_SIZE)*sizeof(unsigned char); in mbfl_memory_device_strcat() local
256 int newlen = device->length + len + MBFL_MEMORY_DEVICE_ALLOC_SIZE; in mbfl_memory_device_strncat() local
283 int newlen = dest->length + src->pos + MBFL_MEMORY_DEVICE_ALLOC_SIZE; in mbfl_memory_device_devcat() local
335 int newlen; in mbfl_wchar_device_output() local
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dencodings.c116 char* utf8_encode(const char *s, int len, int *newlen, const char* encoding) in utf8_encode()
122 char* utf8_decode(const char *s, int len, int *newlen, const char* encoding) in utf8_decode()
H A Dxml_element.c324 static char* xml_elem_entity_escape(const char* buf, int old_len, int *newlen, XML_ELEM_ESCAPING fl… in xml_elem_entity_escape()
/PHP-5.3/main/
H A DSAPI.c275 size_t newlen; in sapi_apply_default_charset() local
671 size_t len = header_line_len - (ptr - header_line), newlen; in sapi_header_op() local
724 int ptr_len=0, result_len = 0, newlen = 0; in sapi_header_op() local
/PHP-5.3/ext/standard/
H A Dhtml.c921 PHPAPI char *php_unescape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int q… in php_unescape_html_entities()
1117 PHPAPI char *php_escape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int quo… in php_escape_html_entities()
1125 PHPAPI char *php_escape_html_entities_ex(unsigned char *old, int oldlen, int *newlen, int all, int … in php_escape_html_entities_ex()
H A Dphp_smart_str.h54 #define smart_str_alloc4(d, n, what, newlen) do { \ argument
H A Durl_scanner_ex.c944 static char *url_adapt_ext(const char *src, size_t srclen, size_t *newlen, zend_bool do_flush TSRML… in url_adapt_ext()
H A Dstring.c129 static char *php_bin2hex(const unsigned char *old, const size_t oldlen, size_t *newlen) in php_bin2hex()
200 size_t newlen; in PHP_FUNCTION() local
3190 int newlen; local
H A Dstreamsfuncs.c417 newlen; in PHP_FUNCTION() local
/PHP-5.3/ext/xml/
H A Dxml.c609 PHPAPI char *xml_utf8_encode(const char *s, int len, int *newlen, const XML_Char *encoding) in xml_utf8_encode()
764 PHPAPI char *xml_utf8_decode(const XML_Char *s, int len, int *newlen, const XML_Char *encoding) in xml_utf8_decode()
1056 int newlen = Z_STRLEN_PP(myval) + decoded_len; in _xml_characterDataHandler() local
1076 int newlen = Z_STRLEN_PP(myval) + decoded_len; in _xml_characterDataHandler() local
/PHP-5.3/ext/iconv/
H A Diconv.c331 size_t newlen; in _php_iconv_appendl() local
368 size_t newlen; in _php_iconv_appendl() local
/PHP-5.3/ext/phar/
H A Dfunc_interceptors.c208 int newlen; in PHAR_FUNC() local
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c1505 register sopno newlen; local
/PHP-5.3/sapi/litespeed/
H A Dlsapilib.c1380 int newlen = pReq->m_pRespHeaderBufPos + len + 4096 - pReq->m_pRespHeaderBuf; in LSAPI_AppendRespHeader_r() local

Completed in 87 milliseconds