Home
last modified time | relevance | path

Searched defs:s (Results 251 – 275 of 278) sorted by relevance

1...<<1112

/PHP-5.5/ext/phar/
H A Dutil.c1976 const char *s; local
H A Dphar.c2105 char *tsrm_strtok_r(char *s, const char *delim, char **last) /* {{{ */
/PHP-5.5/ext/hash/
H A Dhash.c1044 char *s = buffer, *e = s + sizeof(buffer), *str; in PHP_MINFO_FUNCTION() local
/PHP-5.5/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.5/ext/mssql/
H A Dphp_mssql.c37 #define SAFE_STRING(s) ((s)?(s):"") argument
/PHP-5.5/ext/soap/
H A Dphp_sdl.c231 char *s; in sdl_set_uri_credentials() local
1200 char *s; in sdl_deserialize_string() local
H A Dphp_encoding.c1112 char s[256]; in to_xml_long() local
/PHP-5.5/ext/spl/
H A Dspl_observer.c797 const unsigned char *p, *s; in SPL_METHOD() local
H A Dspl_dllist.c1190 const unsigned char *p, *s; in SPL_METHOD() local
H A Dspl_array.c1743 const unsigned char *p, *s; in SPL_METHOD() local
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c421 size_t s = 0; in get_template_string() local
509 char *s, *p; in add_response_header() local
/PHP-5.5/Zend/
H A Dzend_alloc.c2641 ZEND_API char *_estrndup(const char *s, uint length ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) in _estrndup()
2662 ZEND_API char *zend_strndup(const char *s, uint length) in zend_strndup()
H A Dzend_operators.c1782 char *s=Z_STRVAL_P(str); in increment_string() local
H A Dzend.h101 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
/PHP-5.5/ext/interbase/
H A Dibase_query.c1915 char buf[16], *s = buf; in _php_ibase_field_info() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h162 UChar* s; member
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c80 #define SAFE_STRING(s) ((s)?(s):"") argument
/PHP-5.5/ext/standard/
H A Dfile.c720 char *target_buf=NULL, *p, *s, *e; in PHP_FUNCTION() local
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c218 char *s = stmt->columns[col].name; in pdo_stmt_describe_columns() local
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_T2_32.c284 sljit_si s, j1, j2; in set_jump_instruction() local
H A DsljitNativePPC_common.c112 #define S(s) (reg_map[s] << 21) argument
H A DsljitNativeX86_common.c259 #define INC_SIZE(s) (*inst++ = (s), compiler->size += (s)) argument
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2427 smart_str s = {0}; local
5948 smart_str s = {0}; local
/PHP-5.5/ext/exif/
H A Dexif.c1358 char *s; member
3966 char tmp[64], *sections_str, *s; in PHP_FUNCTION() local
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3420 #define MD5STEP(f, w, x, y, z, data, s) \ argument

Completed in 232 milliseconds

1...<<1112