Searched defs:all (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | parse.c | 33 /* Next is all token values, in a form suitable for use by makeheaders. 37 ** These constants (all generated automatically by the parser generator) 67 ** YYMINORTYPE is the data type used for all minor tokens. 170 ** yy_action[] A single table containing all actions. 688 /* For tracing shifts, the names of all terminals and nonterminals 750 /* For tracing reduce actions, the names of all rules are required. 1226 ** Deallocate and destroy a parser. Destructors are all called for 1227 ** all stack elements before shutting the parser down. 2895 Token all; local 2896 all [all...] |
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 7 ** version 3.7.7.1. By combining all the individual C code files into this 14 ** This file is all you need to compile SQLite. To use SQLite in other 57 ** code in all source files. 153 ** at all times. 289 ** fire any triggers. A value of 0 means that no trigger programs at all 337 ** Unfortunately, that typedef is not available on all compilers, or 425 ** implemented on some systems. So we avoid defining it at all 464 ** can insure that all cases are evaluated. 614 ** that we have taken it all out and gone back to using simple 818 ** successfully destroyed and all associate 106275 Token all; local [all...] |
| /PHP_5_3/ext/soap/ |
| H A D | php_schema.c | 152 blockDefault = (#all | List of (extension | restriction | substitution)) : '' 154 finalDefault = (#all | List of (extension | restriction)) : '' 298 final = (#all | (list | union | restriction)) 738 Content: (annotation?, (group | all | choice | sequence)?, ((attribute | attributeGroup)*, anyAttribute?)) 771 } else if (node_is_equal(trav,"all")) { 918 Content: (annotation?, ((group | all | choice | sequence)?, ((attribute | attributeGroup)*, anyAttribute?))) 951 } else if (node_is_equal(trav,"all")) { 1005 <all 1011 </all> 1013 static int schema_all(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr all, sdlTypePt argument [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | html.c | 921 PHPAPI char *php_unescape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC) argument 936 if (all) { 1117 PHPAPI char *php_escape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC) argument 1119 return php_escape_html_entities_ex(old, oldlen, newlen, all, quote_style, hint_charset, 1 TSRMLS_CC); 1125 PHPAPI char *php_escape_html_entities_ex(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset, zend_bool double_encode TSRMLS_DC) argument 1161 if (all) { 1277 static void php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all) argument 1290 replaced = php_escape_html_entities_ex(str, str_len, &len, all, quote_style, hint_charset, double_encode TSRMLS_CC); 1386 Convert all HTML entities to their applicable characters */ 1409 Convert all applicabl [all...] |
Completed in 97 milliseconds