Home
last modified time | relevance | path

Searched refs:S (Results 151 – 175 of 234) sorted by path

12345678910

/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c78 S->convbuf = erealloc(S->convbuf, S->convbufsize); in pdo_odbc_utf82ucs2()
110 S->convbuf = erealloc(S->convbuf, S->convbufsize); in pdo_odbc_ucs22utf8()
128 if (S->cols) { in free_cols()
136 efree(S->cols); in free_cols()
137 S->cols = NULL; in free_cols()
154 if (S->convbuf) { in odbc_stmt_dtor()
157 efree(S); in odbc_stmt_dtor()
199 SQLPutData(S->stmt, S->convbuf, ulen); in odbc_stmt_execute()
557 rc = SQLDescribeCol(S->stmt, colno+1, S->cols[colno].colname, in odbc_stmt_describe()
583 S->cols[colno].is_unicode = pdo_odbc_sqltype_is_unicode(S, S->cols[colno].coltype); in odbc_stmt_describe()
[all …]
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c228 pdo_pgsql_stmt *S = ecalloc(1, sizeof(pdo_pgsql_stmt)); in pgsql_handle_preparer() local
237 S->H = H; in pgsql_handle_preparer()
238 stmt->driver_data = S; in pgsql_handle_preparer()
245 if (S->cursor_name) { in pgsql_handle_preparer()
246 efree(S->cursor_name); in pgsql_handle_preparer()
248 spprintf(&S->cursor_name, 0, "pdo_crsr_%08x", ++H->stmt_counter); in pgsql_handle_preparer()
278 spprintf(&S->stmt_name, 0, "pdo_stmt_%08x", ++H->stmt_counter); in pgsql_handle_preparer()
282 S->query = nsql; in pgsql_handle_preparer()
284 S->query = estrdup(sql); in pgsql_handle_preparer()
H A Dpgsql_statement.c51 if (S->result) { in pgsql_stmt_dtor()
90 if (S->query) { in pgsql_stmt_dtor()
109 if(S->cols) { in pgsql_stmt_dtor()
110 efree(S->cols); in pgsql_stmt_dtor()
113 efree(S); in pgsql_stmt_dtor()
125 if(S->result) { in pgsql_stmt_execute()
168 S->result = PQprepare(H->server, S->stmt_name, S->query, in pgsql_stmt_execute()
203 S->result = PQexecPrepared(H->server, S->stmt_name, in pgsql_stmt_execute()
406 S->result = PQexec(S->H->server, q); in pgsql_stmt_fetch()
445 S->cols[colno].pgsql_type = PQftype(S->result, colno); in pgsql_stmt_describe()
[all …]
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c181 pdo_sqlite_stmt *S = ecalloc(1, sizeof(pdo_sqlite_stmt)); in sqlite_handle_preparer() local
185 S->H = H; in sqlite_handle_preparer()
186 stmt->driver_data = S; in sqlite_handle_preparer()
196 i = sqlite3_prepare(H->db, sql, sql_len, &S->stmt, &tail); in sqlite_handle_preparer()
H A Dsqlite_statement.c38 if (S->stmt) { in pdo_sqlite_stmt_dtor()
40 S->stmt = NULL; in pdo_sqlite_stmt_dtor()
42 efree(S); in pdo_sqlite_stmt_dtor()
54 S->done = 0; in pdo_sqlite_stmt_execute()
65 S->done = 1; in pdo_sqlite_stmt_execute()
87 S->done = 1; in pdo_sqlite_stmt_param_hook()
192 if (!S->stmt) { in pdo_sqlite_stmt_fetch()
199 if (S->done) { in pdo_sqlite_stmt_fetch()
208 S->done = 1; in pdo_sqlite_stmt_fetch()
252 if (!S->stmt) { in pdo_sqlite_stmt_get_col()
[all …]
/PHP-5.5/ext/phar/
H A DLICENSE86 THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
89 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller2.phar6 …���ж���������a.phps����G���l�`�������hiohio<?php function hio(){}۬�q��S�,ۋ�2�X��"(����GBMB
H A Dsha1.phar2 0���������������������hi���UIG����*�ض������hi��*uI��~���+S��i c���GBMB
H A Dwrite16.phar8 …t������H������E�������<?php __HALT_COMPILER();<?php __HALT_COMPILER();X^*ٖO�i���T�S�܀\���GBMB
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller2.phar6 …���ж���������a.phps����G���l�`�������hiohio<?php function hio(){}۬�q��S�,ۋ�2�X��"(����GBMB
H A Dsha1.phar2 0���������������������hi���UIG����*�ض������hi��*uI��~���+S��i c���GBMB
/PHP-5.5/ext/session/
H A Dmod_files.bat36 IF /I %Bits% GEQ 5 SET HashChars=!HashChars! G H I J K L M N O P Q R S T U V
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object.phpt158 string(%d) "%S"
165 string(%d) "%S"
168 string(%d) "%S"
169 string(%d) "%S"
178 string(%d) "%S"
179 string(%d) "%S"
184 string(%d) "%S"
185 string(%d) "%S"
190 string(%d) "%S"
191 string(%d) "%S"
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug70068.phpt5 $a = unserialize('a:3:{i:0;C:11:"ArrayObject":20:{x:i:0;r:3;;m:a:0:{};}i:1;d:11;i:2;S:31:"AAAAAAAAB…
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c106489 # define SELECTTRACE(K,P,S,X) \
106491 sqlite3DebugPrintf("%*s%s.%p: ",(P)->nSelectIndent*2-2,"",(S)->zSelName,(S)),\
106494 # define SELECTTRACE(K,P,S,X)
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_25_create_aggregate.phpt34 $db->createAggregate('S', 'sum_list_step', 'sum_list_finalize', 1);
36 print_r($db->querySingle("SELECT S(a), S(b) FROM test", true));
53 [S(a)] => 1,3,6,10,14
54 [S(b)] => -1,-3,-6,-10,-14
/PHP-5.5/ext/standard/
H A Dcrypt_blowfish.c77 BF_word S[4][0x100]; member
469 tmp1 = data.ctx.S[3][tmp1]; \
470 tmp2 = data.ctx.S[2][tmp2]; \
471 tmp3 = data.ctx.S[1][tmp3]; \
472 tmp3 += data.ctx.S[0][tmp4]; \
479 #define BF_INDEX(S, i) \ argument
539 ptr = data.ctx.S[0]; \
545 } while (ptr < &data.ctx.S[3][0xFF]);
703 memcpy(data.ctx.S, BF_init_state.S, sizeof(data.ctx.S)); in BF_crypt()
714 ptr = data.ctx.S[0]; in BF_crypt()
[all …]
H A Ddns_win32.c471 if (pRec->Flags.S.Section == DnsSectionAnswer) { in PHP_FUNCTION()
478 if (authns && pRec->Flags.S.Section == DnsSectionAuthority) { in PHP_FUNCTION()
494 if (addtl && pRec->Flags.S.Section == DnsSectionAdditional) { in PHP_FUNCTION()
/PHP-5.5/ext/standard/html_tables/mappings/
H A D8859-1.TXT131 0x53 0x0053 # LATIN CAPITAL LETTER S
163 0x73 0x0073 # LATIN SMALL LETTER S
271 0xDF 0x00DF # LATIN SMALL LETTER SHARP S (German)
H A D8859-15.TXT130 0x53 0x0053 # LATIN CAPITAL LETTER S
162 0x73 0x0073 # LATIN SMALL LETTER S
213 0xA6 0x0160 # LATIN CAPITAL LETTER S WITH CARON
215 0xA8 0x0161 # LATIN SMALL LETTER S WITH CARON
270 0xDF 0x00DF # LATIN SMALL LETTER SHARP S
H A D8859-5.TXT131 0x53 0x0053 # LATIN CAPITAL LETTER S
163 0x73 0x0073 # LATIN SMALL LETTER S
H A DCP1251.TXT102 0x53 0x0053 #LATIN CAPITAL LETTER S
134 0x73 0x0073 #LATIN SMALL LETTER S
H A DCP1252.TXT102 0x53 0x0053 #LATIN CAPITAL LETTER S
134 0x73 0x0073 #LATIN SMALL LETTER S
157 0x8A 0x0160 #LATIN CAPITAL LETTER S WITH CARON
173 0x9A 0x0161 #LATIN SMALL LETTER S WITH CARON
242 0xDF 0x00DF #LATIN SMALL LETTER SHARP S
H A DCP866.TXT101 0x53 0x0053 #LATIN CAPITAL LETTER S
133 0x73 0x0073 #LATIN SMALL LETTER S
H A DKOI8-R.TXT130 0x53 0x0053 # LATIN CAPITAL LETTER S
162 0x73 0x0073 # LATIN SMALL LETTER S

Completed in 419 milliseconds

12345678910