Home
last modified time | relevance | path

Searched refs:action (Results 76 – 77 of 77) sorted by relevance

1234

/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c99381 int action; /* One of OE_None, OE_Cascade etc. */
99385 action = pFKey->aAction[iAction];
99388 if( action!=OE_None && !pTrigger ){
99453 if( action!=OE_Restrict && (action!=OE_Cascade || pChanges) ){
99455 if( action==OE_Cascade ){
99460 }else if( action==OE_SetDflt ){
99479 if( action==OE_Restrict ){
99534 switch( action ){
103802 static const char *actionName(u8 action){
103804 switch( action ){
[all …]
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog1721 13. Imitating Perl's /g action for multiple matches is tricky when the pattern
2461 The action now is always to scan all levels of directory, and just

Completed in 433 milliseconds

1234