Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 82) sorted by last modified time

1234

/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.h100 int id; member
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c184 zval *id; in apache_request_read_string_slot() local
209 zval *id; in apache_request_string_slot() local
240 zval *id; in apache_request_read_int_slot() local
260 zval *id; in apache_request_int_slot() local
505 zval *id; in PHP_FUNCTION() local
565 zval *id; in PHP_FUNCTION() local
658 zval *id; in PHP_FUNCTION() local
677 zval *id; in PHP_FUNCTION() local
698 zval *id; in PHP_FUNCTION() local
715 zval *id; in PHP_FUNCTION() local
[all …]
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c347 int id; member
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c403 zval *id, *docp = NULL; in PHP_FUNCTION() local
651 zval *id, *docp = NULL; in PHP_FUNCTION() local
708 zval *id, *docp = NULL; in PHP_FUNCTION() local
739 zval *id, *docp = NULL; in PHP_FUNCTION() local
778 zval *id; in PHP_FUNCTION() local
828 zval *id; in PHP_FUNCTION() local
853 zval *id; in PHP_FUNCTION() local
876 zval *id; in PHP_FUNCTION() local
919 zval *id; in PHP_FUNCTION() local
945 zval *id; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c287 static XMLRPC_VALUE describeValue_worker(const char* type, const char* id, const char* desc, int op… in describeValue_worker()
H A Dxmlrpc_private.h92 simplestring id; /* id of this value. possibly empty. */ member
H A Dxml_to_dandarpc.c71 const char* id = NULL; in xml_element_to_DANDARPC_REQUEST_worker() local
176 const char* id = XMLRPC_GetValueID(node); in DANDARPC_to_xml_element_worker() local
H A Dxml_to_soap.c251 const char* id = NULL; in xml_element_to_SOAP_REQUEST_worker() local
H A Dxmlrpc.h354 #define XMLRPC_SetValueID(value, id, len) XMLRPC_SetValueID_Case(value, id, len, XMLRPC_DEFAULT_ID_… argument
427 #define XMLRPC_VectorAppendString(vector, id, s, len) XMLRPC_AddValueToVector(vector, XMLRPC_Create… argument
431 #define XMLRPC_VectorAppendDouble(vector, id, f) XMLRPC_AddValueToVector(vector, XMLRPC_CreateValue… argument
432 #define XMLRPC_VectorAppendInt(vector, id, i) XMLRPC_AddValueToVector(vector, XMLRPC_CreateValueInt… argument
433 #define XMLRPC_VectorAppendBoolean(vector, id, i) XMLRPC_AddValueToVector(vector, XMLRPC_CreateValu… argument
437 #define XMLRPC_VectorGetStringWithID(vector, id) XMLRPC_GetValueString(XMLRPC_VectorGetValueWithID(… argument
438 #define XMLRPC_VectorGetBase64WithID(vector, id) XMLRPC_GetValueBase64(XMLRPC_VectorGetValueWithID(… argument
439 #define XMLRPC_VectorGetDateTimeWithID(vector, id) XMLRPC_GetValueDateTime(XMLRPC_VectorGetValueWit… argument
440 #define XMLRPC_VectorGetDoubleWithID(vector, id) XMLRPC_GetValueDouble(XMLRPC_VectorGetValueWithID(… argument
441 #define XMLRPC_VectorGetIntWithID(vector, id) XMLRPC_GetValueInt(XMLRPC_VectorGetValueWithID(vector… argument
[all …]
H A Dxmlrpc.c899 const char *XMLRPC_SetValueID_Case(XMLRPC_VALUE value, const char* id, int len, XMLRPC_CASE id_case… in XMLRPC_SetValueID_Case()
1096 XMLRPC_VALUE XMLRPC_CreateVector(const char* id, XMLRPC_VECTOR_TYPE type) { in XMLRPC_CreateVector()
1271 XMLRPC_VALUE XMLRPC_VectorGetValueWithID_Case (XMLRPC_VALUE vector, const char *id, in XMLRPC_VectorGetValueWithID_Case()
1337 XMLRPC_VALUE XMLRPC_CreateValueString(const char* id, const char* val, int len) { in XMLRPC_CreateValueString()
1372 XMLRPC_VALUE XMLRPC_CreateValueInt(const char* id, int i) { in XMLRPC_CreateValueInt()
1404 XMLRPC_VALUE XMLRPC_CreateValueBoolean(const char* id, int i) { in XMLRPC_CreateValueBoolean()
1690 XMLRPC_VALUE XMLRPC_CreateValueDateTime(const char* id, time_t time) { in XMLRPC_CreateValueDateTime()
1763 XMLRPC_VALUE XMLRPC_CreateValueDateTime_ISO8601(const char* id, const char *s) { in XMLRPC_CreateValueDateTime_ISO8601()
1832 XMLRPC_VALUE XMLRPC_CreateValueBase64(const char* id, const char* s, int len) { in XMLRPC_CreateValueBase64()
1890 XMLRPC_VALUE XMLRPC_CreateValueDouble(const char* id, double d) { in XMLRPC_CreateValueDouble()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c341 static int add_zval(zval* list, const char* id, zval** val) in add_zval()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c414 zval *id; in php_xmlreader_string_arg() local
447 zval *id; in php_xmlreader_no_arg() local
468 zval *id; in php_xmlreader_no_arg_string() local
492 zval *id; in php_xmlreader_set_relaxng_schema() local
547 zval *id; in PHP_METHOD() local
573 zval *id; in PHP_METHOD() local
602 zval *id; in PHP_METHOD() local
636 zval *id; in PHP_METHOD() local
682 zval *id; in PHP_METHOD() local
715 zval *id; in PHP_METHOD() local
[all …]
/PHP-5.5/ext/sysvmsg/
H A Dphp_sysvmsg.h55 long id; member
/PHP-5.5/ext/sysvsem/
H A Dphp_sysvsem.h40 int id; /* For error reporting. */ member
/PHP-5.5/ext/sysvshm/
H A Dphp_sysvshm.h57 long id; /* returned by shmget */ member
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c142 static int var_access(php_unserialize_data_t *var_hashx, long id, zval ***store) in var_access()
1230 long id; in php_var_unserialize() local
1276 long id; in php_var_unserialize() local
H A Dvar.c549 char id[32], *p; in php_add_var_hash() local
H A Ddir.c269 zval *id = NULL, **tmp, *myself; in PHP_FUNCTION() local
384 zval *id = NULL, **tmp, *myself; in PHP_FUNCTION() local
402 zval *id = NULL, **tmp, *myself; in PHP_NAMED_FUNCTION() local
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c956 int id; in PHP_FUNCTION() local
1064 int id, len; in PHP_FUNCTION() local
1429 int len, id, deadlock_count; in php_sybase_query() local
2100 int id; in PHP_FUNCTION() local
2196 int id; in PHP_FUNCTION() local
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c16543 SQLITE_PRIVATE int sqlite3OsTruncate(sqlite3_file *id, i64 size){ in sqlite3OsTruncate()
16546 SQLITE_PRIVATE int sqlite3OsSync(sqlite3_file *id, int flags){ in sqlite3OsSync()
16554 SQLITE_PRIVATE int sqlite3OsLock(sqlite3_file *id, int lockType){ in sqlite3OsLock()
16596 SQLITE_PRIVATE int sqlite3OsSectorSize(sqlite3_file *id){ in sqlite3OsSectorSize()
16606 SQLITE_PRIVATE void sqlite3OsShmBarrier(sqlite3_file *id){ in sqlite3OsShmBarrier()
16613 sqlite3_file *id, /* Database file handle */ in sqlite3OsShmMap()
19195 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ in sqlite3MutexAlloc()
19301 static sqlite3_mutex *noopMutexAlloc(int id){ in noopMutexAlloc()
19342 int id; /* The mutex type */ member
19370 static sqlite3_mutex *debugMutexAlloc(int id){ in debugMutexAlloc()
[all …]
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php773 function showWire($id) {
/PHP-5.5/ext/soap/
H A Dphp_encoding.c303 char *id; in soap_check_zval_ref() local
3442 xmlChar* id; in check_and_resolve_href() local
/PHP-5.5/ext/session/
H A Dmod_user.c190 char *id = NULL; in PS_CREATE_SID_FUNC() local
H A Dmod_user_class.c149 char *id; in PHP_METHOD() local
H A Dphp_session.h124 char *id; member

Completed in 432 milliseconds

1234