Home
last modified time | relevance | path

Searched defs:s (Results 226 – 250 of 267) sorted by relevance

1234567891011

/PHP-5.4/ext/zip/
H A Dphp_zip.c603 struct stat s; in php_zip_glob() local
675 struct stat s; in php_zip_pcre() local
1607 char *s; in ZIPARCHIVE_METHOD() local
/PHP-5.4/win32/
H A Dglob.c907 qprintf(str, s) in qprintf() argument
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c72 #define REAL_SIZE(s) (collect_memory_statistics? (s) + sizeof(size_t) : (s)) argument
/PHP-5.4/ext/standard/
H A Dcrypt_sha256.c157 #define CYCLIC(w, s) ((w >> s) | (w << (32 - s))) in sha256_process_block() argument
H A Ddns.c438 u_short s; in php_parserr() local
H A Dinfo.c694 Bucket *s = *((Bucket **) b); in module_name_cmp() local
H A Dvar.c749 char *s; in php_var_serialize_intern() local
/PHP-5.4/ext/iconv/
H A Diconv.c334 char *s, *content_type, *mimetype = NULL; in php_iconv_output_handler() local
380 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()
/PHP-5.4/ext/gd/libgd/
H A Dgd_gd2.c40 #define GD2_DBG(s) argument
/PHP-5.4/sapi/cli/
H A Dphp_cli.c183 Bucket *s = *((Bucket **) b); in module_name_cmp() local
/PHP-5.4/Zend/
H A Dzend_operators.h283 static inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
H A Dzend_alloc.c2597 ZEND_API char *_estrndup(const char *s, uint length ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) in _estrndup()
2618 ZEND_API char *zend_strndup(const char *s, uint length) in zend_strndup()
/PHP-5.4/main/
H A Dnetwork.c198 int s; in php_network_getaddresses() local
/PHP-5.4/ext/hash/
H A Dhash.c907 char *s = buffer, *e = s + sizeof(buffer), *str; in PHP_MINFO_FUNCTION() local
/PHP-5.4/ext/libxml/
H A Dlibxml.c1104 int php_libxml_xmlCheckUTF8(const unsigned char *s) in php_libxml_xmlCheckUTF8()
/PHP-5.4/ext/wddx/
H A Dwddx.c1042 static void php_wddx_process_data(void *user_data, const XML_Char *s, int len) in php_wddx_process_data()
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h373 #define strlen(s) _strlen(s) argument
375 #define memcmp(s,c,n) _memcmp(s,c,n) argument
376 #define memcpy(d,s,n) _memcpy(d,s,n) argument
377 #define memmove(d,s,n) _memmove(d,s,n) argument
378 #define memset(s,c,n) _memset(s,c,n) argument
392 pcre_memmove(void *d, const void *s, size_t n) in pcre_memmove()
/PHP-5.4/ext/phar/
H A Dutil.c2242 const char *s; local
/PHP-5.4/ext/mssql/
H A Dphp_mssql.c37 #define SAFE_STRING(s) ((s)?(s):"") argument
/PHP-5.4/ext/soap/
H A Dphp_sdl.c231 char *s; in sdl_set_uri_credentials() local
1200 char *s; in sdl_deserialize_string() local
/PHP-5.4/ext/spl/
H A Dspl_observer.c807 const unsigned char *p, *s; in SPL_METHOD() local
H A Dspl_dllist.c1191 const unsigned char *p, *s; in SPL_METHOD() local
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregparse.h105 UChar* s; member
/PHP-5.4/ext/interbase/
H A Dibase_query.c1915 char buf[16], *s = buf; in _php_ibase_field_info() local
/PHP-5.4/ext/mysql/
H A Dphp_mysql.c80 #define SAFE_STRING(s) ((s)?(s):"") argument

Completed in 163 milliseconds

1234567891011