Home
last modified time | relevance | path

Searched defs:id (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-5.3/ext/odbc/
H A Dphp_odbc_includes.h230 int id; member
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_driver.c322 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 Dibase_blobs.c58 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 Dxml_to_soap.c251 const char* id = NULL; in xml_element_to_SOAP_REQUEST_worker() local
/PHP-5.3/ext/pcntl/
H A Dpcntl.c543 pid_t id; in PHP_FUNCTION() local
/PHP-5.3/ext/mssql/
H A Dphp_mssql.h144 int id; member
/PHP-5.3/ext/curl/
H A Dphp_curl.h139 long id; member
/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c375 char *id; in pdo_sqlite2_last_insert_id() local
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_driver.c225 char *id; in pdo_sqlite_last_insert_id() local
/PHP-5.3/ext/standard/
H A Dvar.c542 char id[32], *p; in php_add_var_hash() local
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c14344 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 Dphp_session.h101 char *id; member
/PHP-5.3/ext/gd/libgd/
H A Dgd_gd2.c58 char id[5]; in _gd2GetHeader() local
/PHP-5.3/ext/enchant/
H A Denchant.c47 unsigned int id; member
/PHP-5.3/ext/date/lib/
H A Dtimelib_structs.h196 char *id; member
/PHP-5.3/ext/phar/tests/files/
H A Dpear2coverage.phar.php1420 * This is used to get the coverage which is then inserted into our
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c348 char *id = NULL; in pdo_pgsql_last_insert_id() local
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c341 static int add_zval(zval* list, const char* id, zval** val) in add_zval()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dselect.c767 static const char *selectOpName(int id){ in selectOpName()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c303 char *id; in soap_check_zval_ref() local
3467 xmlChar* id; in check_and_resolve_href() local
/PHP-5.3/ext/ldap/
H A Dldap.c80 int id; member
/PHP-5.3/ext/imap/
H A Dphp_imap.c1505 char *mailbox, *id, *rights; in PHP_FUNCTION() local
/PHP-5.3/ext/openssl/
H A Dopenssl.c1472 int id, purpset; in PHP_FUNCTION() local
/PHP-5.3/ext/date/
H A Dphp_date.c3982 static int check_id_allowed(char *id, long what) in check_id_allowed()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregcomp.c630 entry_repeat_range(regex_t* reg, int id, int lower, int upper) in entry_repeat_range()

Completed in 436 milliseconds

1234