Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_smart_str.h115 #define smart_str_appendl_ex(dest, src, nlen, what) do { \ argument
189 #define smart_str_setl(dest, src, nlen) do { \ argument
H A Dincomplete_class.c138 PHPAPI char *php_lookup_class_name(zval *object, zend_uint *nlen) in php_lookup_class_name()
H A Dstring.c3445 int nlen = *len, i; local
/PHP-5.5/ext/pdo/
H A Dpdo.c223 int nlen; in php_pdo_parse_data_source() local
/PHP-5.5/main/
H A Dphp_variables.c423 unsigned long nlen; /* ptrdiff_t is not portable */ in _php_import_environment_variables() local
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c244 unsigned long nlen; /* ptrdiff_t is not portable */ in litespeed_php_import_environment_variables() local
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c138 register int nlen = (str->len + len + (1024 - 1)) & ~(1024 - 1); in string_printf() local
153 register int nlen = (str->len + len + (1024 - 1)) & ~(1024 - 1); in string_write() local
5367 int nlen; in add_extension_class() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c6316 int nlen = (int)(code - bracode); in compile_branch() local

Completed in 63 milliseconds