Searched defs:id (Results 51 – 75 of 76) sorted by relevance
1234
/PHP-5.3/ext/odbc/ |
H A D | php_odbc_includes.h | 230 int id; member
|
/PHP-5.3/ext/pdo_mysql/ |
H A D | mysql_driver.c | 322 char *id = php_pdo_int64_to_str(mysql_insert_id(H->server) TSRMLS_CC); in pdo_mysql_last_insert_id() local
|
/PHP-5.3/ext/interbase/ |
H A D | ibase_blobs.c | 58 int _php_ibase_string_to_quad(char const *id, ISC_QUAD *qd) /* {{{ */ in _php_ibase_string_to_quad()
|
/PHP-5.3/ext/xmlrpc/libxmlrpc/ |
H A D | xml_to_soap.c | 251 const char* id = NULL; in xml_element_to_SOAP_REQUEST_worker() local
|
/PHP-5.3/ext/pcntl/ |
H A D | pcntl.c | 543 pid_t id; in PHP_FUNCTION() local
|
/PHP-5.3/ext/mssql/ |
H A D | php_mssql.h | 144 int id; member
|
/PHP-5.3/ext/curl/ |
H A D | php_curl.h | 139 long id; member
|
/PHP-5.3/ext/sqlite/ |
H A D | pdo_sqlite2.c | 375 char *id; in pdo_sqlite2_last_insert_id() local
|
/PHP-5.3/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 225 char *id; in pdo_sqlite_last_insert_id() local
|
/PHP-5.3/ext/standard/ |
H A D | var.c | 542 char id[32], *p; in php_add_var_hash() local
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 14344 SQLITE_PRIVATE int sqlite3OsSectorSize(sqlite3_file *id){ in sqlite3OsSectorSize() 14354 SQLITE_PRIVATE void sqlite3OsShmBarrier(sqlite3_file *id){ in sqlite3OsShmBarrier() 14361 sqlite3_file *id, /* Database file handle */ in sqlite3OsShmMap() 16766 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() 16773 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ in sqlite3MutexAlloc() 16879 static sqlite3_mutex *noopMutexAlloc(int id){ in noopMutexAlloc() 16920 int id; /* The mutex type */ member 16948 static sqlite3_mutex *debugMutexAlloc(int id){ in debugMutexAlloc() 17080 int id; /* Mutex type */ member 17367 int id; /* Mutex type */ member [all …]
|
/PHP-5.3/ext/session/ |
H A D | php_session.h | 101 char *id; member
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_gd2.c | 58 char id[5]; in _gd2GetHeader() local
|
/PHP-5.3/ext/enchant/ |
H A D | enchant.c | 47 unsigned int id; member
|
/PHP-5.3/ext/date/lib/ |
H A D | timelib_structs.h | 196 char *id; member
|
/PHP-5.3/ext/phar/tests/files/ |
H A D | pear2coverage.phar.php | 1420 * This is used to get the coverage which is then inserted into our
|
/PHP-5.3/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 348 char *id = NULL; in pdo_pgsql_last_insert_id() local
|
/PHP-5.3/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 341 static int add_zval(zval* list, const char* id, zval** val) in add_zval()
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | select.c | 767 static const char *selectOpName(int id){ in selectOpName()
|
/PHP-5.3/ext/soap/ |
H A D | php_encoding.c | 303 char *id; in soap_check_zval_ref() local 3467 xmlChar* id; in check_and_resolve_href() local
|
/PHP-5.3/ext/ldap/ |
H A D | ldap.c | 80 int id; member
|
/PHP-5.3/ext/imap/ |
H A D | php_imap.c | 1505 char *mailbox, *id, *rights; in PHP_FUNCTION() local
|
/PHP-5.3/ext/openssl/ |
H A D | openssl.c | 1472 int id, purpset; in PHP_FUNCTION() local
|
/PHP-5.3/ext/date/ |
H A D | php_date.c | 3982 static int check_id_allowed(char *id, long what) in check_id_allowed()
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 630 entry_repeat_range(regex_t* reg, int id, int lower, int upper) in entry_repeat_range()
|
Completed in 336 milliseconds
1234