| /PHP_5_3/ext/ereg/regex/ |
| H A D | regerror.c | 73 register int target = errcode &~ REG_ITOA; local 81 if (r->code == target) 89 snprintf(convbuf, sizeof(convbuf), "REG_0x%x", target);
|
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | sqliteInt.h | 1001 * target -> A token holding the name of the table to insert into. 1009 * target -> A token holding the name of the table to delete from. 1014 * target -> A token holding the name of the table to update rows of. 1029 Token target; /* Valid for DELETE, UPDATE, INSERT steps */ member in struct:TriggerStep
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 6483 ** on the SQLite version, the target platform, and how SQLite was compiled. 7790 ** When SQLITE_OMIT_WSD is defined, it means that the target platform does 8450 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ 10952 * target -> A token holding the quoted name of the table to insert into. 10960 * target -> A token holding the quoted name of the table to delete from. 10965 * target -> A token holding the quoted name of the table to update rows of. 10978 Token target; /* Target table for DELETE, UPDATE, INSERT */ member in struct:TriggerStep 12926 ** state vector. If writable static data is unsupported on the target, 14622 ** structure. If writable static data is unsupported on the target, 19870 ** state vector. If writable static data is unsupported on the target, 73482 sqlite3ExprCodeTarget(Parse *pParse, Expr *pExpr, int target) argument 74107 sqlite3ExprCode(Parse *pParse, Expr *pExpr, int target) argument 74135 sqlite3ExprCodeAndCache(Parse *pParse, Expr *pExpr, int target) argument 74294 sqlite3ExprCodeExprList( Parse *pParse, ExprList *pList, int target, int doHardCopy ) argument [all...] |
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | simplestring.c | 181 * copies n characters from source to target string 183 * target - target string 193 void simplestring_addn(simplestring* target, const char* source, int add_len) { argument 194 if(target && source) { 195 if(!target->str) { 196 simplestring_init_str(target); 198 if(target->len + add_len + 1 > target->size) { 200 int newsize = target 238 simplestring_add(simplestring* target, const char* source) argument [all...] |
| H A D | xmlrpc.c | 1116 * This should use a hash to determine if a given target id has already 1122 static int isDuplicateEntry(XMLRPC_VALUE target, XMLRPC_VALUE source) { argument 1130 * int XMLRPC_AddValueToVector(XMLRPC_VALUE target, XMLRPC_VALUE source) 1134 * target The target vector 1148 int XMLRPC_AddValueToVector(XMLRPC_VALUE target, XMLRPC_VALUE source) { argument 1149 if(target && source) { 1150 if(target->type == xmlrpc_vector && target->v && 1151 target 1211 XMLRPC_AddValuesToVector(XMLRPC_VALUE target, ...) argument [all...] |
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_trace_mach.c | 18 static mach_port_name_t target; variable 38 kr = mach_vm_read(target, page, fpm_pagesize, &local_page, &local_size); 61 kr = task_for_pid(mach_task_self(), pid, &target); 78 target = 0;
|
| /PHP_5_3/ext/intl/ |
| H A D | intl_convert.c | 28 * Convert given string from UTF-8 to UTF-16 to *target buffer. 30 * It *target is NULL then we allocate a large enough buffer, 31 * store the converted string into it, and make target point to it. 33 * Otherwise, if *target is non-NULL, we assume that it points to a 38 * @param target Where to place the result. 47 UChar** target, int* target_len, 54 /* If *target is NULL determine required destination buffer size (pre-flighting). 55 * Otherwise, attempt to convert source string; if *target buffer is not large enough 60 u_strFromUTF8( *target, *target_len, &dst_len, src, src_len, status ); 65 (*target)[dst_le 46 intl_convert_utf8_to_utf16( UChar** target, int* target_len, const char* src, int src_len, UErrorCode* status ) argument 110 intl_convert_utf16_to_utf8( char** target, int* target_len, const UChar* src, int src_len, UErrorCode* status ) argument [all...] |
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 171 uslist->us[uslist->num].target = node; 377 node->target); 678 r = compile_tree_empty_check(qn->target, reg, empty_info); 700 NTYPE(qn->target) == N_ANYCHAR) 718 int tlen = compile_length_tree(qn->target, reg); 727 if (NTYPE(qn->target) == N_ANYCHAR) { 798 int tlen = compile_length_tree(qn->target, reg); 805 r = compile_tree_n_times(qn->target, qn->lower, reg); 863 r = compile_tree_empty_check(qn->target, reg, empty_info); 874 r = compile_tree_empty_check(qn->target, re 3333 Node* target = qn->target; local 3514 Node* target = qn->target; local 3614 Node* target = en->target; local [all...] |
| H A D | regexec.c | 315 UChar *pcode; /* byte code position (head of repeated target) */ 2922 slow_search(OnigEncoding enc, UChar* target, UChar* target_end, argument 2928 end -= target_end - target - 1; 2935 if (*s == *target) { 2937 t = target + 1; 2981 UChar* target, UChar* target_end, 2987 end -= target_end - target - 1; 2994 if (str_lower_case_match(enc, ambig_flag, target, target_end, s, text_end)) 3004 slow_search_backward(OnigEncoding enc, UChar* target, UChar* target_end, argument 3011 s -= (target_end - target); 2980 slow_search_ic(OnigEncoding enc, int ambig_flag, UChar* target, UChar* target_end, const UChar* text, const UChar* text_end, UChar* text_range) argument 3036 slow_search_backward_ic(OnigEncoding enc, int ambig_flag, UChar* target, UChar* target_end, const UChar* text, const UChar* adjust_text, const UChar* text_end, const UChar* text_start) argument 3062 bm_search_notrev(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* text_end, const UChar* text_range) argument 3120 bm_search(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* text_end, const UChar* text_range) argument 3179 bm_search_backward(regex_t* reg, const UChar* target, const UChar* target_end, const UChar* text, const UChar* adjust_text, const UChar* text_end, const UChar* text_start) argument [all...] |
| H A D | regparse.c | 1055 if (NQUANTIFIER(node).target) 1056 onig_node_free(NQUANTIFIER(node).target); 1060 if (NEFFECT(node).target) 1061 onig_node_free(NEFFECT(node).target); 1070 if (NANCHOR(node).target) 1071 onig_node_free(NANCHOR(node).target); 1248 NANCHOR(node).target = NULL; 1313 NCALL(node).target = NULL_NODE; 1327 NQUANTIFIER(node).target = NULL; 1355 NEFFECT(node).target 4396 Node *target; local 4619 set_quantifier(Node* qnode, Node* target, int group, ScanEnv* env) argument 4810 Node* target; local [all...] |
| H A D | regparse.h | 123 struct _Node* target; member in struct:__anon238 181 struct _Node* target; member in struct:__anon239 196 struct _Node* target; member in struct:__anon240 210 struct _Node* target; /* EffectNode : EFFECT_MEMORY */ member in struct:__anon242 226 struct _Node* target; member in struct:__anon244
|
| /PHP_5_3/TSRM/ |
| H A D | tsrm_virtual_cwd.c | 222 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len){ /* {{{ */ argument 253 dwRet = pGetFinalPathNameByHandle(hFile, target, MAXPATHLEN, VOLUME_NAME_DOS); 262 if(target[0] == '\\' && target[1] == '\\' && target[2] == '?' && target[3] == '\\') { 268 if (dwRet > 7 && target[4] == 'U' && target[5] == 'N' && target[6] == 'C') { 271 target[offse [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | link_win32.c | 55 Return the target of a symbolic link */ 60 char target[MAXPATHLEN]; local 70 if (php_sys_readlink(link, target, MAXPATHLEN) == -1) { 74 RETURN_STRING(target, 1); 101 /* {{{ proto int symlink(string target, string link) 168 * For the target the exact string given by the user must be used, relative or not, existing or not. 169 * The target is relative to the link itself, not to the CWD. */ 181 /* {{{ proto int link(string target, string link) 191 /*First argument to link function is the target and hence should go to frompath
|
| H A D | string.c | 1591 static int php_needle_char(zval *needle, char *target TSRMLS_DC) 1596 *target = (char)Z_LVAL_P(needle); 1599 *target = '\0'; 1602 *target = (char)(int)Z_DVAL_P(needle); 1612 *target = (char)Z_LVAL(holder); 3122 char *source, *target, *end; local 3126 for (source=str, end=str+nlen, target=str; source < end; source++) { 3130 case 'n': *target++='\n'; nlen--; break; 3131 case 'r': *target++='\r'; nlen--; break; 3132 case 'a': *target 3187 char *source, *target; local 3248 char *source, *target; local 3324 char *source, *target, *tmp, *source_end=str+len, *tmp_end = NULL; local 3781 char *heb_str, *tmp, *target, *broken_str; local 3969 char *end, *target; local [all...] |
| H A D | file.c | 1732 char *source, *target; local 1737 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|r", &source, &source_len, &target, &target_len, &zcontext) == FAILURE) { 1745 if (strlen(target) != target_len) { 1759 if (php_copy_file_ctx(source, target, 0, context TSRMLS_CC) == SUCCESS) {
|
| /PHP_5_3/ext/xml/ |
| H A D | compat.c | 278 _pi_handler(void *user, const xmlChar *target, const xmlChar *data) argument 285 spprintf(&full_pi, 0, "<?%s %s?>", (char *)target, (char *)data); 292 parser->h_pi(parser->user, (const XML_Char *) target, (const XML_Char *) data);
|
| H A D | xml.c | 621 /* If the target encoding was unknown, fail */ 777 /* If the target encoding was unknown, or no decoder function 1104 void _xml_processingInstructionHandler(void *userData, const XML_Char *target, const XML_Char *data) argument 1112 args[1] = _xml_xmlchar_zval(target, 0, parser->target_encoding); 1735 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported target encoding \"%s\"", Z_STRVAL_PP(val));
|
| /PHP_5_3/main/ |
| H A D | output.c | 609 char *target; local 615 target = OG(active_ob_buffer).buffer+original_ob_text_length; 616 memcpy(target, text, text_length); 617 target[text_length]=0;
|
| H A D | main.c | 670 char *buffer = NULL, *docref_buf = NULL, *target = NULL; local 786 /* strip of the target if any */ 789 target = estrdup(p); 790 if (target) { 791 docref_target = target; 808 if (target) { 809 efree(target);
|
| /PHP_5_3/sapi/apache_hooks/ |
| H A D | php_apache.c | 213 char **target; local 221 target = (char **)((char*)r + offset); 222 old_value = *target; 225 *target = ap_pstrdup(r->pool, new_value); 263 long *target; local 271 target = (long *)((char*)r + offset); 272 old_value = *target; 278 *target = new_value;
|
| /PHP_5_3/Zend/ |
| H A D | zend_closures.c | 337 HashTable *target = va_arg(args, HashTable*); local 373 if (zend_hash_quick_add(target, key->arKey, key->nKeyLength, key->h, &tmp, sizeof(zval*), NULL) == SUCCESS) {
|
| H A D | zend_constants.c | 48 void zend_copy_constants(HashTable *target, HashTable *source) argument 52 zend_hash_copy(target, source, (copy_ctor_func_t) copy_zend_constant, &tmp_constant, sizeof(zend_constant));
|
| H A D | zend_hash.c | 772 ZEND_API void zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) argument 779 IS_CONSISTENT(target); 781 setTargetPointer = !target->pInternalPointer; 785 target->pInternalPointer = NULL; 788 zend_hash_quick_update(target, p->arKey, p->nKeyLength, p->h, p->pData, size, &new_entry); 790 zend_hash_index_update(target, p->h, p->pData, size, &new_entry); 797 if (!target->pInternalPointer) { 798 target->pInternalPointer = target->pListHead; 803 ZEND_API void _zend_hash_merge(HashTable *target, HashTabl argument 829 zend_hash_replace_checker_wrapper(HashTable *target, void *source_data, Bucket *p, void *pParam, merge_checker_func_t merge_checker_func) argument 840 zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker_func_t pMergeSource, void *pParam) argument [all...] |
| H A D | zend_ts_hash.c | 267 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) argument 270 begin_write(target); 271 zend_hash_copy(TS_HASH(target), TS_HASH(source), pCopyConstructor, tmp, size); 272 end_write(target); 276 ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) argument 279 zend_hash_copy(target, TS_HASH(source), pCopyConstructor, tmp, size); 283 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite) argument 286 begin_write(target); 287 zend_hash_merge(TS_HASH(target), TS_HASH(source), pCopyConstructor, tmp, size, overwrite); 288 end_write(target); 292 zend_ts_hash_merge_ex(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker_func_t pMergeSource, void *pParam) argument [all...] |
| H A D | zend_compile.c | 2827 HashTable *target = va_arg(args, HashTable*); local 2829 if (!zend_hash_quick_exists(target, key->arKey, key->nKeyLength, key->h)) { 2831 if (zend_hash_quick_add(target, key->arKey, key->nKeyLength, key->h, p, sizeof(zval*), NULL) == SUCCESS) {
|