Home
last modified time | relevance | path

Searched defs:s (Results 176 – 200 of 278) sorted by path

12345678910>>...12

/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c610 char *s = param->name; in firebird_stmt_param_hook() local
H A Dphp_pdo_firebird_int.h52 #define const_cast(s) ((char*)(s)) argument
/PHP-5.5/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h151 #define pdo_mysql_error(s) _pdo_mysql_error(s, NULL, __FILE__, __LINE__ TSRMLS_CC) argument
152 #define pdo_mysql_error_stmt(s) _pdo_mysql_error(stmt->dbh, stmt, __FILE__, __LINE__ TSRMLS_CC) argument
/PHP-5.5/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h88 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, __FILE__, __LINE__ TSRMLS_CC) argument
/PHP-5.5/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h74 #define pdo_sqlite_error(s) _pdo_sqlite_error(s, NULL, __FILE__, __LINE__ TSRMLS_CC) argument
75 #define pdo_sqlite_error_stmt(s) _pdo_sqlite_error(stmt->dbh, stmt, __FILE__, __LINE__ TSRMLS_CC) 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/phar/
H A Ddirstream.c166 Bucket *s; in phar_compare_dir_name() local
H A Dmakestub.php2 $s = str_replace("\r", '', file_get_contents(dirname(__FILE__) . '/shortarc.php')); variable
20 $s = $news . ' ?>'; variable
22 $s = str_replace('\\', '\\\\', $s); variable
23 $s = str_replace('"', '\\"', $s); variable
24 $s = str_replace("\n", '\n', $s); variable
27 $s = substr($s, strlen($webs) + strlen("000")); variable
H A Dphar.c2105 char *tsrm_strtok_r(char *s, const char *delim, char **last) /* {{{ */
H A Dphar_internal.h79 # define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(le… argument
540 char *s; in phar_unixify_path_separators() local
H A Dphar_path_check.c25 phar_path_check_result phar_path_check(char **s, int *len, const char **error) in phar_path_check()
H A Dtar.c68 int s = len; in phar_tar_octal() local
199 static size_t strnlen(const char *s, size_t maxlen) { in strnlen()
H A Dutil.c1976 const char *s; local
/PHP-5.5/ext/readline/
H A Dreadline.c233 #define SAFE_STRING(s) ((s)?(char*)(s):"") argument
/PHP-5.5/ext/simplexml/examples/
H A Dinterop.php10 $s = simplexml_import_dom($dom); variable
H A Dsecurity.php2 $s = simplexml_load_file('security.xml'); variable
/PHP-5.5/ext/snmp/
H A Dsnmp.c1250 static int netsnmp_session_set_sec_level(struct snmp_session *s, char *level) in netsnmp_session_set_sec_level()
1267 static int netsnmp_session_set_auth_protocol(struct snmp_session *s, char *prot TSRMLS_DC) in netsnmp_session_set_auth_protocol()
1285 static int netsnmp_session_set_sec_protocol(struct snmp_session *s, char *prot TSRMLS_DC) in netsnmp_session_set_sec_protocol()
1305 static int netsnmp_session_gen_auth_key(struct snmp_session *s, char *pass TSRMLS_DC) in netsnmp_session_gen_auth_key()
1321 static int netsnmp_session_gen_sec_key(struct snmp_session *s, char *pass TSRMLS_DC) in netsnmp_session_gen_sec_key()
1338 static int netsnmp_session_set_contextEngineID(struct snmp_session *s, char * contextEngineID TSRML… in netsnmp_session_set_contextEngineID()
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_params.php156 function SOAPStruct($s, $i, $f) {
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1112 char s[256]; in to_xml_long() local
H A Dphp_http.c105 char *s = Z_STRVAL_PP(tmp); in http_context_headers() local
1110 char *s = emalloc((p - t) + strlen(new_url->path) + 2); in make_http_soap_request() local
1118 char *s = emalloc(strlen(new_url->path) + 2); in make_http_soap_request() local
1150 char *s; in make_http_soap_request() local
1307 char *s = *buffer; in make_http_soap_request() local
H A Dphp_sdl.c231 char *s; in sdl_set_uri_credentials() local
1200 char *s; in sdl_deserialize_string() local
/PHP-5.5/ext/spl/
H A Dspl_array.c1743 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_observer.c797 const unsigned char *p, *s; in SPL_METHOD() local
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c15387 double s; /* Seconds */ member
15496 int h, m, s; in parseHhMmSs() local
15696 int s; in computeHMS() local
15825 int s = (int)(x.s + 0.5); in localtimeOffset() local
16287 double s = x.s; in strftimeFunc() local

Completed in 543 milliseconds

12345678910>>...12