Home
last modified time | relevance | path

Searched defs:s (Results 26 – 50 of 278) sorted by last modified time

12345678910>>...12

/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c431 php_apache_server_startup(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s) in php_apache_server_startup()
699 static void php_apache_child_init(apr_pool_t *pchild, server_rec *s) in php_apache_child_init()
/PHP-5.5/main/
H A Dstrlcat.c73 register const char *s = src; local
H A Dstrlcpy.c72 register const char *s = src; local
H A Dsnprintf.c73 register char *s = NULL; in __cvt() local
380 register char *s = buf; in php_conv_fp() local
557 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument
594 char *s = NULL; in format_converter() local
H A Dspprintf.c142 #define INS_STRING(xbuf, s, slen) do { \ argument
182 #define FIX_PRECISION(adjust, precision, s, s_len) do { \ argument
194 static size_t strnlen(const char *s, size_t maxlen) { in strnlen()
205 char *s = NULL; in xbuf_format_converter() local
H A Dphp_network.h35 #define shutdown(s,n) /* nothing */ argument
H A Dphp_open_temporary_file.c242 char* s = getenv("TMPDIR"); in php_get_temporary_directory() local
H A Dphp_output.h85 #define PHP_OUTPUT_HANDLER_INITBUF_SIZE(s) \ argument
H A Dphp_sprintf.c31 php_sprintf (char*s, const char* format, ...) in php_sprintf()
H A Dphp_variables.c233 char *var, *val, *e, *s, *p; in SAPI_POST_HANDLER_FUNC() local
452 static void php_build_argv(char *s, zval *track_vars_array TSRMLS_DC) in php_build_argv()
H A Dreentrancy.c380 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
H A Drfc1867.c90 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() local
560 char *s = strrchr(path, '\\'); in php_ap_basename() local
680 char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL; local
H A Dmain.c191 char *s = NULL, *e; in php_disable_functions() local
229 char *s = NULL, *e; in php_disable_classes() local
282 struct stat s; in php_binary_init() local
H A Dmergesort.c268 u_char *f1, *f2, *s, *l2, *last, *p2; in setup() local
338 u_char *ai, *s, *t, *u, tmp; in insertionsort() local
H A Dnetwork.c200 int s; in php_network_getaddresses() local
H A Dphp.h191 # define memcpy(d, s, n) bcopy((s), (d), (n)) argument
194 # define memmove(d, s, n) bcopy ((s), (d), (n)) argument
H A Dfopen_wrappers.c370 char *s = strchr(path_info + 2, '/'); local
/PHP-5.5/ext/zip/
H A Dphp_zip.c603 struct stat s; in php_zip_glob() local
675 struct stat s; in php_zip_pcre() local
1615 char *s; in ZIPARCHIVE_METHOD() local
/PHP-5.5/ext/zip/lib/
H A Dzip_set_name.c46 char *s; in _zip_set_name() local
H A Dzipint.h42 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) argument
46 #define ftello(s) ((long)ftell((s))) argument
59 #define _zip_rename(s, t) \ argument
H A Dzip_add_dir.c50 char *s; in zip_add_dir() local
H A Dzip_error_strerror.c49 char buf[128], *s; in _zip_error_strerror() local
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dbase64.h35 #define malloc(s) _malloc_real(s,__FILE__,__LINE__) argument
H A Dxmlrpc.h427 #define XMLRPC_VectorAppendString(vector, id, s, len) XMLRPC_AddValueToVector(vector, XMLRPC_Create… argument
428 #define XMLRPC_VectorAppendBase64(vector, id, s, len) XMLRPC_AddValueToVector(vector, XMLRPC_Create… argument
430 #define XMLRPC_VectorAppendDateTime_ISO8601(vector, id, s) XMLRPC_AddValueToVector(vector, XMLRPC_C… argument
H A Dencodings.c116 char* utf8_encode(const char *s, int len, int *newlen, const char* encoding) in utf8_encode()
122 char* utf8_decode(const char *s, int len, int *newlen, const char* encoding) in utf8_decode()

Completed in 68 milliseconds

12345678910>>...12