| /PHP_TRUNK/ext/phar/phar/ |
| H A D | pharcommand.inc | 993 * Run the action of adding a file to
|
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 2228 ** called in response to a user action such as pressing "Cancel" 2696 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the 2697 ** specific action but allow the SQL statement to continue to be 2712 ** to the callback is an integer [SQLITE_COPY | action code] that specifies 2713 ** the particular action to be authorized. ^The third through sixth parameters 2715 ** details about the action to be authorized. 2717 ** ^If the action code is [SQLITE_READ] 2724 ** ^If the action code is [SQLITE_DELETE] and the callback returns 2776 ** to signal SQLite whether or not the action is permitted. See the 2792 ** what action i 23228 ULONG action; local 84772 int action; /* One of OE_None, OE_Cascade etc. */ local 88331 actionName(u8 action) argument [all...] |
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_process_ctl.c | 203 void fpm_pctl(int new_state, int action) /* {{{ */ argument 205 switch (action) {
|
| H A D | fpm_process_ctl.h | 20 void fpm_pctl(int new_state, int action);
|
| H A D | fpm_scoreboard.c | 76 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children_reached, int slow_rq, int action, struct fpm_scoreboard_s *scoreboard) /* {{{ */ argument 88 if (action == FPM_SCOREBOARD_ACTION_SET) {
|
| H A D | fpm_scoreboard.h | 74 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children_reached, int slow_rq, int action, struct fpm_scoreboard_s *scoreboard);
|
| /PHP_TRUNK/ext/ftp/tests/ |
| H A D | server.inc | 28 function pasv_listen($action){ 35 switch ($action) { 246 fputs($s, "552 Requested file action aborted.\r\n"); 258 fputs($s, "552 Requested file action aborted.\r\n");
|
| /PHP_TRUNK/ext/interbase/ |
| H A D | ibase_service.c | 281 /* info about users requires an action first */ 283 static char action[] = { isc_action_svc_display_user }; local 285 if (isc_service_start(IB_STATUS, &svm->handle, NULL, sizeof(action), action)) { 493 long action, argument = 0; local 499 &res, &db, &dblen, &action, &argument)) { 507 switch (action) { 520 switch (action) { 523 _php_ibase_module_error("Unrecognised option (%ld)" TSRMLS_CC, action); 537 argument |= action; 600 long action; local [all...] |
| H A D | interbase.c | 288 ZEND_ARG_INFO(0, action) 295 ZEND_ARG_INFO(0, action) 301 ZEND_ARG_INFO(0, action)
|
| /PHP_TRUNK/ext/oci8/ |
| H A D | oci8.c | 449 ZEND_ARG_INFO(0, action)
|
| H A D | oci8_interface.c | 1843 Sets the action attribute on the connection */ 1849 char *action; local 1852 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_connection, &action, &action_len) == FAILURE) { 1858 PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) action, (ub4) action_len, (ub4) OCI_ATTR_ACTION, OCI_G(err)));
|
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_internal.h | 604 /* #define ACROSSCHAR(condition, eptr, action) */ 807 #define ACROSSCHAR(condition, eptr, action) \ 808 while((condition) && ((eptr) & 0xc0) == 0x80) action 927 #define ACROSSCHAR(condition, eptr, action) \ 928 if ((condition) && ((eptr) & 0xfc00) == 0xdc00) action 1013 #define ACROSSCHAR(condition, eptr, action) do { } while (0)
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 386 apprentice_1(struct magic_set *ms, const char *fn, int action) argument 399 if (action == FILE_COMPILE) { 400 map = apprentice_load(ms, fn, action); 411 map = apprentice_load(ms, fn, action); 425 if (action == FILE_LIST) { 539 file_apprentice(struct magic_set *ms, const char *fn, int action) argument 546 if ((fn = magic_getpath(fn, action)) == NULL) 562 return apprentice_1(ms, fn, action); 592 file_err = apprentice_1(ms, fn, action); 608 if (action 935 load_1(struct magic_set *ms, int action, const char *fn, int *errs, struct magic_entry **mentry, uint32_t *mentrycount) argument 1129 apprentice_load(struct magic_set *ms, const char *fn, int action) argument 1490 parse(struct magic_set *ms, struct magic_entry *me, const char *line, size_t lineno, int action) argument 2266 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) argument [all...] |
| H A D | magic.c | 214 magic_getpath(const char *magicfile, int action) 223 return action == FILE_LOAD ? get_default_magic() : MAGIC;
|
| /PHP_TRUNK/ext/soap/ |
| H A D | soap.c | 361 ZEND_ARG_INFO(0, action) 2544 static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, int one_way, zval *response TSRMLS_DC) argument 2581 if (action == NULL) { 2584 ZVAL_STRING(params[2], action, 0); 2742 smart_str action = {0}; local 2755 smart_str_appends(&action, call_uri); 2756 smart_str_appendc(&action, '#'); 2757 smart_str_appends(&action, function); 2759 smart_str_appends(&action, soap_action); 2761 smart_str_0(&action); 3080 char *buf, *location, *action; local [all...] |