Searched defs:nlen (Results 1 – 7 of 7) sorted by relevance
114 #define smart_string_appendl_ex(dest, src, nlen, what) do { \ argument140 #define smart_string_setl(dest, src, nlen) do { \ argument
3674 size_t nlen = ZSTR_LEN(str), i; local
213 int nlen; in php_pdo_parse_data_source() local
504 unsigned long nlen; /* ptrdiff_t is not portable */ in _php_import_environment_variables() local
241 unsigned long nlen; /* ptrdiff_t is not portable */ in litespeed_php_import_environment_variables() local
6314 int nlen = (int)(code - bracode); in compile_branch() local
143 register size_t nlen = (ZSTR_LEN(str->buf) + 1 + len + (1024 - 1)) & ~(1024 - 1); in string_printf() local160 register size_t nlen = (ZSTR_LEN(str->buf) + 1 + len + (1024 - 1)) & ~(1024 - 1); in string_write() local
Completed in 75 milliseconds