Home
last modified time | relevance | path

Searched defs:s (Results 101 – 125 of 278) sorted by last modified time

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
H A Dfirebird_driver.c143 isc_stmt_handle s = NULL; in firebird_handle_preparer() local
395 XSQLDA *out_sqlda, isc_stmt_handle *s, HashTable *named_params TSRMLS_DC) in firebird_alloc_prepare_stmt()
535 static void firebird_info_cb(void *arg, char const *s) /* {{{ */ in firebird_info_cb()
606 const ISC_STATUS *s = H->isc_status; in pdo_firebird_fetch_error_func() local
696 const ISC_STATUS *s = H->isc_status; in pdo_firebird_handle_factory() local
/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/
H A Dpdo_sql_parser.c45 static int scan(Scanner *s) in scan()
440 Scanner s; in pdo_parse_params() local
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 DsljitNativeMIPS_common.c79 #define S(s) (reg_map[s] << 21) argument
83 #define SA(s) ((s) << 21) argument
87 #define FS(s) ((s) << 11) argument
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
H A DsljitNativeARM_T2_32.c284 sljit_si s, j1, j2; in set_jump_instruction() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_version.c61 #define XSTRING(s) STRING(s) argument
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()
H A Dpcre_compile.c438 #define XSTRING(s) STRING(s) argument
896 const char *s = error_texts; in find_error_text() local
1044 int s; in check_escape() local
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c53 php_netstream_data_t s; member
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c43 #define S_H(s) g_shared_alloc_handler->s argument
H A Dzend_accelerator_module.c35 #define STRING_NOT_NULL(s) (NULL == (s)?"":s) argument
H A Dzend_persist_calc.c30 #define ADD_DUP_SIZE(m,s) memory_used += zend_shared_memdup_size((void*)m, s) argument
H A DZendAccelerator.h351 # define interned_free(s) do { \ argument
356 # define interned_efree(s) do { \ argument
361 # define interned_estrndup(s, n) \ argument
378 # define IS_INTERNED(s) 0 argument
379 # define interned_free(s) free(s) argument
380 # define interned_efree(s) efree(s) argument
381 # define interned_estrndup(s, n) estrndup(s, n) argument
H A Dshared_alloc_win32.c274 char *s = ZCG(accel_directives).mmap_base; in create_segments() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h1079 char *s; member
H A Dmysqlnd_priv.h41 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len… argument
87 #define SET_ERROR_AFF_ROWS(s) (s)->upsert_status->affected_rows = (uint64_t) ~0 argument
159 #define CONN_SET_STATE(c, s) (c)->m->set_state((c), (s) TSRMLS_CC) argument
H A Dmysqlnd_ps.c715 MYSQLND_STMT * s = (MYSQLND_STMT *) param; in mysqlnd_stmt_fetch_row_buffered() local
813 MYSQLND_STMT * s = (MYSQLND_STMT *) param; in mysqlnd_stmt_fetch_row_unbuffered() local
980 MYSQLND_STMT * s = (MYSQLND_STMT *) param; in mysqlnd_fetch_stmt_row_cursor() local
2017 mysqlnd_stmt_separate_one_result_bind(MYSQLND_STMT * const s, unsigned int param_no TSRMLS_DC) in mysqlnd_stmt_separate_one_result_bind()
H A Dmysqlnd_ps_codec.c530 mysqlnd_stmt_execute_store_params(MYSQLND_STMT * s, zend_uchar **buf, zend_uchar **p, size_t *buf_l… in mysqlnd_stmt_execute_store_params()
864 mysqlnd_stmt_execute_generate_request(MYSQLND_STMT * const s, zend_uchar ** request, size_t *reques… in mysqlnd_stmt_execute_generate_request()
H A Dmysqlnd_ext_plugin.h35 #define mysqlnd_plugin_get_plugin_stmt_data(s, p_id) _mysqlnd_plugin_get_plugin_stmt_data((s), (p_i… argument
H A Dmysqlnd_libmysql_compat.h84 #define mysql_stmt_field_count(s) mysqlnd_stmt_field_count((s)) argument
85 #define mysql_stmt_param_count(s) mysqlnd_stmt_param_count((s)) argument
86 #define mysql_stmt_num_rows(s) mysqlnd_stmt_num_rows((s)) argument
87 #define mysql_stmt_insert_id(s) mysqlnd_stmt_insert_id((s)) argument
88 #define mysql_stmt_close(s) mysqlnd_stmt_close((s)) argument
91 #define mysql_stmt_errno(s) mysqlnd_stmt_errno((s)) argument
92 #define mysql_stmt_error(s) mysqlnd_stmt_error((s)) argument
93 #define mysql_stmt_sqlstate(s) mysqlnd_stmt_sqlstate((s)) argument
95 #define mysql_stmt_execute(s) mysqlnd_stmt_execute((s)) argument
96 #define mysql_stmt_reset(s) mysqlnd_stmt_reset((s)) argument
[all …]

Completed in 138 milliseconds

12345678910>>...12