Searched refs:np (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/main/ |
| H A D | alloca.c | 183 register header *np = hp->h.next; local 187 hp = np; /* -> next header. */
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 3093 Node *head, *np, *insert_node; local 3098 np = NCAR(head); 3101 NANCHOR(head)->target = np; 3103 np = node; 3104 while ((np = NCDR(np)) != NULL_NODE) { 3107 NANCHOR(insert_node)->target = NCAR(np); 3108 NCAR(np) = insert_node; 3112 np = node; 3114 SET_NTYPE(np, NT_LIS [all...] |
| H A D | regparse.c | 4017 parse_char_property(Node** np, OnigToken* tok, UChar** src, UChar* end, argument 4026 *np = node_new_cclass(); 4027 CHECK_NULL_RETURN_MEMERR(*np); 4028 cc = NCCLASS(*np); 4173 parse_char_class(Node** np, OnigToken* tok, UChar** src, UChar* end, argument 4188 *np = NULL_NODE; 4208 *np = node = node_new_cclass(); 4493 if (cc != NCCLASS(*np)) 4495 onig_node_free(*np); 4503 parse_enclose(Node** np, OnigToke argument 5035 parse_exp(Node** np, OnigToken* tok, int term, UChar** src, UChar* end, ScanEnv* env) argument [all...] |
| /PHP_TRUNK/ext/pdo_firebird/ |
| H A D | firebird_driver.c | 142 HashTable *np; local 153 ALLOC_HASHTABLE(np); 154 zend_hash_init(np, 8, NULL, NULL, 0); 157 if (!firebird_alloc_prepare_stmt(dbh, sql, sql_len, &num_sqlda, &s, np TSRMLS_CC)) { 168 S->named_params = np; 208 zend_hash_destroy(np); 209 FREE_HASHTABLE(np);
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | funcs.c | 338 char *op, *np; local 370 np = ms->o.pbuf; 384 (void)memcpy(np, op, bytesconsumed); 386 np += bytesconsumed; 389 OCTALIFY(np, op); 392 *np = '\0'; 400 for (np = ms->o.pbuf, op = ms->o.buf; *op;) { 402 *np++ = *op++; 404 OCTALIFY(np, op); 407 *np [all...] |
Completed in 18 milliseconds