Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c145 int newlen; in mbfl_memory_device_output() local
172 int newlen; in mbfl_memory_device_output2() local
201 int newlen; in mbfl_memory_device_output4() local
241 int newlen = device->length + (len + MBFL_MEMORY_DEVICE_ALLOC_SIZE)*sizeof(unsigned char); in mbfl_memory_device_strcat() local
273 int newlen = device->length + len + MBFL_MEMORY_DEVICE_ALLOC_SIZE; in mbfl_memory_device_strncat() local
305 int newlen = dest->length + src->pos + MBFL_MEMORY_DEVICE_ALLOC_SIZE; in mbfl_memory_device_devcat() local
362 int newlen; in mbfl_wchar_device_output() local
/PHP-5.6/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.6/ext/xml/
H A Dxml.c615 PHPAPI char *xml_utf8_encode(const char *s, int len, int *newlen, const XML_Char *encoding) in xml_utf8_encode()
669 PHPAPI char *xml_utf8_decode(const XML_Char *s, int len, int *newlen, const XML_Char *encoding) in xml_utf8_decode()
961 int newlen = Z_STRLEN_PP(myval) + decoded_len; in _xml_characterDataHandler() local
981 int newlen = Z_STRLEN_PP(myval) + decoded_len; in _xml_characterDataHandler() local
/PHP-5.6/main/
H A DSAPI.c387 size_t newlen; in sapi_apply_default_charset() local
790 size_t len = header_line_len - (ptr - header_line), newlen; in sapi_header_op() local
/PHP-5.6/ext/standard/
H A Dhtml.c1098 PHPAPI char *php_unescape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all,… in php_unescape_html_entities()
1138 PHPAPI char *php_escape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all, i… in php_escape_html_entities()
1226 PHPAPI char *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, size_t *newlen, int all… 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.c957 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.c128 static char *php_bin2hex(const unsigned char *old, const size_t oldlen, size_t *newlen) in php_bin2hex()
153 static char *php_hex2bin(const unsigned char *old, const size_t oldlen, size_t *newlen) in php_hex2bin()
249 size_t newlen; in PHP_FUNCTION() local
271 size_t newlen; in PHP_FUNCTION() local
3518 size_t newlen; local
/PHP-5.6/ext/json/
H A Djson.c415 size_t newlen; in json_escape_string() local
/PHP-5.6/ext/iconv/
H A Diconv.c460 size_t newlen; in _php_iconv_appendl() local
497 size_t newlen; in _php_iconv_appendl() local
/PHP-5.6/ext/phar/
H A Dfunc_interceptors.c208 int newlen; in PHAR_FUNC() local
/PHP-5.6/ext/ereg/regex/
H A Dregcomp.c1517 register sopno newlen; local
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c2242 int newlen = pReq->m_pRespHeaderBufPos + len + 4096 - pReq->m_pRespHeaderBuf; in LSAPI_AppendRespHeader2_r() local
2281 int newlen = pReq->m_pRespHeaderBufPos + len + 4096 - pReq->m_pRespHeaderBuf; in LSAPI_AppendRespHeader_r() local

Completed in 115 milliseconds