Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/ext/xml/
H A Dxml.c610 PHPAPI char *xml_utf8_encode(const char *s, int len, int *newlen, const XML_Char *encoding) in xml_utf8_encode()
664 PHPAPI char *xml_utf8_decode(const XML_Char *s, int len, int *newlen, const XML_Char *encoding) in xml_utf8_decode()
956 int newlen = Z_STRLEN_PP(myval) + decoded_len; in _xml_characterDataHandler() local
976 int newlen = Z_STRLEN_PP(myval) + decoded_len; in _xml_characterDataHandler() local
/PHP-5.5/main/
H A DSAPI.c366 size_t newlen; in sapi_apply_default_charset() local
781 size_t len = header_line_len - (ptr - header_line), newlen; in sapi_header_op() local
/PHP-5.5/ext/standard/
H A Dhtml.c1086 PHPAPI char *php_unescape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all,… in php_unescape_html_entities()
1126 PHPAPI char *php_escape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all, i… in php_escape_html_entities()
1214 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.c931 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.c135 static char *php_bin2hex(const unsigned char *old, const size_t oldlen, size_t *newlen) in php_bin2hex()
160 static char *php_hex2bin(const unsigned char *old, const size_t oldlen, size_t *newlen) in php_hex2bin()
259 size_t newlen; in PHP_FUNCTION() local
281 size_t newlen; in PHP_FUNCTION() local
3512 size_t newlen; local
/PHP-5.5/ext/json/
H A Djson.c406 size_t newlen; in json_escape_string() local
/PHP-5.5/ext/iconv/
H A Diconv.c395 size_t newlen; in _php_iconv_appendl() local
432 size_t newlen; in _php_iconv_appendl() local
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c208 int newlen; in PHAR_FUNC() local
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1517 register sopno newlen; local
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c2187 int newlen = pReq->m_pRespHeaderBufPos + len + 4096 - pReq->m_pRespHeaderBuf; in LSAPI_AppendRespHeader2_r() local
2226 int newlen = pReq->m_pRespHeaderBufPos + len + 4096 - pReq->m_pRespHeaderBuf; in LSAPI_AppendRespHeader_r() local

Completed in 85 milliseconds