Home
last modified time | relevance | path

Searched defs:id (Results 26 – 50 of 76) sorted by relevance

1234

/PHP-5.3/ext/sysvmsg/
H A Dphp_sysvmsg.h55 long id; member
/PHP-5.3/ext/xmlrpc/libxmlrpc/
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 Dxmlrpc_private.h92 simplestring id; /* id of this value. possibly empty. */ member
H A Dxmlrpc_introspection.c287 static XMLRPC_VALUE describeValue_worker(const char* type, const char* id, const char* desc, int op… in describeValue_worker()
/PHP-5.3/TSRM/
H A DTSRM.h111 #define ts_resource(id) ts_resource_ex(id, NULL) argument
157 #define TSRMG(id, type, element) (((type) (*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(id)])->ele… argument
H A DTSRM.c308 TSRM_API void *ts_resource_ex(ts_rsrc_id id, THREAD_T *th_id) in ts_resource_ex()
530 void ts_free_id(ts_rsrc_id id) in ts_free_id()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.y117 id(A) ::= ID(X). {A = X;} in id() function
196 ccons ::= COLLATE id(C). { in id() function
/PHP-5.3/ext/standard/
H A Dvar_unserializer.c99 static int var_access(php_unserialize_data_t *var_hashx, long id, zval ***store) in var_access()
1113 long id; in php_var_unserialize() local
1159 long id; in php_var_unserialize() local
/PHP-5.3/ext/sysvsem/
H A Dphp_sysvsem.h40 int id; /* For error reporting. */ member
/PHP-5.3/ext/dom/
H A Dnodelist.c107 zval *id, *rv = NULL; in PHP_FUNCTION() local
H A Dprocessinginstruction.c54 zval *id; in PHP_METHOD() local
/PHP-5.3/Zend/
H A Dzend_list.c68 ZEND_API void *_zend_list_find(int id, int *type TSRMLS_DC) in _zend_list_find()
112 int id; in zend_fetch_resource() local
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c956 int id; in PHP_FUNCTION() local
1064 int id, len; in PHP_FUNCTION() local
1430 int len, id, deadlock_count; in php_sybase_query() local
2105 int id; in PHP_FUNCTION() local
2201 int id; in PHP_FUNCTION() local
/PHP-5.3/ext/sysvshm/
H A Dphp_sysvshm.h57 long id; /* returned by shmget */ member
/PHP-5.3/ext/mssql/
H A Dphp_mssql.c872 int id = -1; in PHP_FUNCTION() local
903 int id = -1; in PHP_FUNCTION() local
1327 int id = -1; local
1985 int id = -1; local
/PHP-5.3/ext/filter/
H A Dfilter_private.h88 #define PHP_FILTER_ID_EXISTS(id) \ argument
H A Dfilter.c36 int id; member
328 static filter_list_entry php_find_filter(long id) /* {{{ */ in php_find_filter()
/PHP-5.3/ext/soap/interop/
H A Dclient_round2_interop.php773 function showWire($id) {
/PHP-5.3/ext/com_dotnet/
H A Dcom_persist.c44 int id; member
258 int id = stm->id; in istream_destructor() local
/PHP-5.3/ext/oci8/
H A Dphp_oci8_int.h149 int id; member
170 int id; member
188 int id; member
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf.c355 const cdf_header_t *h, cdf_secid_t id) in cdf_read_sector()
365 size_t len, const cdf_header_t *h, cdf_secid_t id) in cdf_read_short_sector()
986 cdf_print_classid(char *buf, size_t buflen, const cdf_classid_t *id) in cdf_print_classid()
H A Dfile.h478 #define FILE_RCSID(id) \ argument
481 #define FILE_RCSID(id) \ argument
487 #define FILE_RCSID(id) argument
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c623 #define STACK_PUSH_REPEAT(id, pat) do {\ argument
861 #define STACK_NULL_CHECK(isnull,id,s) do {\ argument
875 #define STACK_NULL_CHECK_REC(isnull,id,s) do {\ argument
896 #define STACK_NULL_CHECK_MEMST(isnull,id,s,reg) do {\ argument
935 #define STACK_NULL_CHECK_MEMST_REC(isnull,id,s,reg) do {\ argument
983 #define STACK_GET_REPEAT(id, k) do {\ argument
/PHP-5.3/sapi/cgi/
H A Dfastcgi.h100 int id; member
/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.h100 int id; member

Completed in 77 milliseconds

1234