Home
last modified time | relevance | path

Searched defs:nlen (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/ext/standard/
H A Dphp_smart_string.h114 #define smart_string_appendl_ex(dest, src, nlen, what) do { \ argument
140 #define smart_string_setl(dest, src, nlen) do { \ argument
H A Dstring.c3690 size_t nlen = ZSTR_LEN(str), i; local
/PHP-7.1/ext/pdo/
H A Dpdo.c198 int nlen; in php_pdo_parse_data_source() local
/PHP-7.1/main/
H A Dphp_variables.c524 unsigned long nlen; /* ptrdiff_t is not portable */ in _php_import_environment_variables() local
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c244 unsigned long nlen; /* ptrdiff_t is not portable */ in litespeed_php_import_environment_variables() local
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c6314 int nlen = (int)(code - bracode); in compile_branch() local
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c146 register size_t nlen = (ZSTR_LEN(str->buf) + 1 + len + (1024 - 1)) & ~(1024 - 1); in string_printf() local
163 register size_t nlen = (ZSTR_LEN(str->buf) + 1 + len + (1024 - 1)) & ~(1024 - 1); in string_write() local

Completed in 58 milliseconds