| /PHP_5_3/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_5_3/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_scoreboard.c | 76 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children_reached, int action, struct fpm_scoreboard_s *scoreboard) /* {{{ */ argument 88 if (action == FPM_SCOREBOARD_ACTION_SET) {
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 243 apprentice_1(struct magic_set *ms, const char *fn, int action, argument 259 if (action == FILE_COMPILE) { 260 rv = apprentice_load(ms, &magic, &nmagic, fn, action); 272 rv = apprentice_load(ms, &magic, &nmagic, fn, action); 297 if (action == FILE_LIST) { 332 file_apprentice(struct magic_set *ms, const char *fn, int action) argument 339 if ((fn = magic_getpath(fn, action)) == NULL) 350 apprentice_1(ms, fn, action, mlist); 366 file_err = apprentice_1(ms, fn, action, mlist); 655 load_1(struct magic_set *ms, int action, cons argument 750 apprentice_load(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp, const char *fn, int action) argument 1138 parse(struct magic_set *ms, struct magic_entry **mentryp, uint32_t *nmentryp, const char *line, size_t lineno, int action) argument 1865 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) argument [all...] |
| /PHP_5_3/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...] |
| /PHP_5_3/ext/oci8/ |
| 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_5_3/ext/soap/ |
| H A D | soap.c | 407 ZEND_ARG_INFO(0, action) 2727 static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, int one_way, zval *response TSRMLS_DC) argument 2764 if (action == NULL) { 2767 ZVAL_STRING(params[2], action, 0); 2925 smart_str action = {0}; local 2938 smart_str_appends(&action, call_uri); 2939 smart_str_appendc(&action, '#'); 2940 smart_str_appends(&action, function); 2942 smart_str_appends(&action, soap_action); 2944 smart_str_0(&action); 3263 char *buf, *location, *action; local [all...] |